mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Fix typos (#5415)
This commit is contained in:
parent
5627c604ef
commit
0196cccb0c
@ -323,8 +323,8 @@ #### Unimpaired
|
||||
| `[p` | Go to previous paragraph | `goto_prev_paragraph` |
|
||||
| `]g` | Go to next change | `goto_next_change` |
|
||||
| `[g` | Go to previous change | `goto_prev_change` |
|
||||
| `]G` | Go to first change | `goto_first_change` |
|
||||
| `[G` | Go to last change | `goto_last_change` |
|
||||
| `[G` | Go to first change | `goto_first_change` |
|
||||
| `]G` | Go to last change | `goto_last_change` |
|
||||
| `[Space` | Add newline above | `add_newline_above` |
|
||||
| `]Space` | Add newline below | `add_newline_below` |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user