Unnamed repository; edit this file 'description' to name the repository.
Removed unnecessary apostrophe in keymap.md (#13551)
CalebLarsen 9 months ago
parent df02ef6 · commit e606652
-rw-r--r--book/src/keymap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index be708535..10257378 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 `<n>` | `goto_line` |
| `Alt-.` | Repeat last motion (`f`, `t`, `m`, `[` or `]`) | `repeat_last_motion` |