diff --git a/book/src/keymap.md b/book/src/keymap.md index be7085351..10257378c 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -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 `` | `goto_line` | | `Alt-.` | Repeat last motion (`f`, `t`, `m`, `[` or `]`) | `repeat_last_motion` |