aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorPabloMansanet2021-06-29 13:14:38 +0000
committerBlaž Hrastnik2021-06-29 15:56:19 +0000
commitc2a292ecf3109ea3a3cd08cf84b1d83ae5a16f2d (patch)
tree57af255245f0ba5462420ac282d88bfaf6710b85 /book
parentde8745aea772fb03ffc36fd3f959d8aa7ca1fd57 (diff)
Update keymap.md
Diffstat (limited to 'book')
-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) |