mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
docs: add information on new H
and L
mappings
This commit is contained in:
parent
68e84530a4
commit
ce25dab101
1 changed files with 2 additions and 0 deletions
|
@ -49,8 +49,10 @@ Normal mode is the default mode when you launch helix. You can return to it from
|
|||
| `E` | Move next WORD end | `move_next_long_word_end` |
|
||||
| `t` | Find 'till next char | `find_till_char` |
|
||||
| `f` | Find next char | `find_next_char` |
|
||||
| `L` | Find next 2 chars | `find_next_pair` |
|
||||
| `T` | Find 'till previous char | `till_prev_char` |
|
||||
| `F` | Find previous char | `find_prev_char` |
|
||||
| `H` | Find prev 2 chars | `find_prev_pair` |
|
||||
| `G` | Go to line number `<n>` | `goto_line` |
|
||||
| `Alt-.` | Repeat last motion (`f`, `t`, `m`, `[` or `]`) | `repeat_last_motion` |
|
||||
| `Home` | Move to the start of the line | `goto_line_start` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue