Skip to content

Commit

Permalink
docs: add information on new H and L mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev committed Feb 17, 2025
1 parent 68e8453 commit ce25dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit ce25dab

Please sign in to comment.