Add normal dot repeat

This commit is contained in:
slhx agent
2026-06-21 21:14:56 +02:00
parent c98c530c44
commit 27c4269a3d
4 changed files with 176 additions and 5 deletions
+1
View File
@@ -188,6 +188,7 @@ such as arrow keys, Home/End, PageUp/PageDown, Escape, or `%`.
| `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 |
| `.` | repeat the last repeatable local edit (insert/change/delete/put/open-line subset) |
| `u` | undo |
| `Space u` `r` | redo |
| `Space w` | write/save current buffer |