Separate first nonblank line motion

This commit is contained in:
slhx agent
2026-06-21 22:34:51 +02:00
parent d5c31a92c5
commit d7bf5edc1f
6 changed files with 65 additions and 5 deletions
+2 -2
View File
@@ -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 |