aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authorNexiNov2021-11-15 16:46:27 +0000
committerGitHub2021-11-15 16:46:27 +0000
commitc95cb2be28b247d43cd2e10e5da098131818889a (patch)
tree39317ec8e748ed209b21bacdad9c562cc3650648 /book/src/keymap.md
parentdd98727bad2c727c0cf862dc95525a2fec16b10d (diff)
Remove extra instance of delete_word_backword in book (#1103)
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 335e393b..576f6b46 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -258,7 +258,6 @@ Mappings in the style of [vim-unimpaired](https://github.com/tpope/vim-unimpaire
| `Ctrl-f`, `Right` | Forward a char | `move_char_right` |
| `Ctrl-e`, `End` | move to line end | `goto_line_end_newline` |
| `Ctrl-a`, `Home` | move to line start | `goto_line_start` |
-| `Ctrl-w` | delete previous word | `delete_word_backwar` |
| `Ctrl-u` | delete to start of line | `kill_to_line_start` |
| `Ctrl-k` | delete to end of line | `kill_to_line_end` |
| `backspace`, `Ctrl-h` | delete previous char | `delete_char_backward` |