aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 58dcc5fb..0265fe6d 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -15,6 +15,9 @@
| `w` | Move next word start |
| `b` | Move previous word start |
| `e` | Move next word end |
+| `W` | Move next WORD start |
+| `B` | Move previous WORD start |
+| `E` | Move next WORD end |
| `t` | Find 'till next char |
| `f` | Find next char |
| `T` | Find 'till previous char |
@@ -29,7 +32,7 @@
| `Ctrl-o` | Jump backward on the jumplist |
| `v` | Enter [select (extend) mode](#select--extend-mode) |
| `g` | Enter [goto mode](#goto-mode) |
-| `m` | Enter [match mode](#match-mode)
+| `m` | Enter [match mode](#match-mode) |
| `:` | Enter command mode |
| `z` | Enter [view mode](#view-mode) |
| `Ctrl-w` | Enter [window mode](#window-mode) (maybe will be remove for spc w w later) |