mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
Removed unnecessary apostrophe in keymap.md (#13551)
This commit is contained in:
parent
df02ef6a99
commit
e606652a96
@ -47,9 +47,9 @@ Normal mode is the default mode when you launch helix. You can return to it from
|
||||
| `W` | Move next WORD start | `move_next_long_word_start` |
|
||||
| `B` | Move previous WORD start | `move_prev_long_word_start` |
|
||||
| `E` | Move next WORD end | `move_next_long_word_end` |
|
||||
| `t` | Find 'till next char | `find_till_char` |
|
||||
| `t` | Find till next char | `find_till_char` |
|
||||
| `f` | Find next char | `find_next_char` |
|
||||
| `T` | Find 'till previous char | `till_prev_char` |
|
||||
| `T` | Find till previous char | `till_prev_char` |
|
||||
| `F` | Find previous char | `find_prev_char` |
|
||||
| `G` | Go to line number `<n>` | `goto_line` |
|
||||
| `Alt-.` | Repeat last motion (`f`, `t`, `m`, `[` or `]`) | `repeat_last_motion` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user