mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
book: fix the description of dot repeat (#2878)
Co-authored-by: amitbeka <--->
This commit is contained in:
parent
e1b1a5ebc0
commit
ba85779902
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
| `A` | Insert at the end of the line | `append_to_line` |
|
||||
| `o` | Open new line below selection | `open_below` |
|
||||
| `O` | Open new line above selection | `open_above` |
|
||||
| `.` | Repeat last change | N/A |
|
||||
| `.` | Repeat last insert | N/A |
|
||||
| `u` | Undo change | `undo` |
|
||||
| `U` | Redo change | `redo` |
|
||||
| `Alt-u` | Move backward in history | `earlier` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue