Separate first nonblank line motion
This commit is contained in:
@@ -213,8 +213,8 @@ such as arrow keys, Home/End, PageUp/PageDown, Escape, or `%`.
|
||||
| `w` `b` `e` | word forward/back/end |
|
||||
| `gg` `G` | document start / bottom line |
|
||||
| `Ctrl-u` `Ctrl-d` | half-page up/down when the SSH client exposes Ctrl; `g u` / `g d` are mobile fallback aliases |
|
||||
| `H` `L` | mobile-reachable line start/end aliases |
|
||||
| `0` `^` `$` | attached/Vim-style line start/first-nonblank/end aliases; `Space g` `l` opens line targets |
|
||||
| `H` `L` | mobile-reachable absolute line start/end aliases |
|
||||
| `0` `^` `$` | attached/Vim-style line start/first-nonblank/end aliases; `^` jumps past leading spaces/tabs, not to column zero; `Space g` `l` opens line targets |
|
||||
| `.` | repeat the last repeatable local edit (insert/change/delete/put/open-line subset) |
|
||||
| `u` | undo |
|
||||
| `Space u` `r` | redo |
|
||||
|
||||
Reference in New Issue
Block a user