docs: add information on new H and L mappings

This commit is contained in:
Nikita Revenco 2025-02-17 15:38:43 +00:00
parent 68e84530a4
commit ce25dab101

View file

@ -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` |