Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/line_editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ These keybinding events apply only to Vi-normal mode:
| <kbd>↓</kbd> (Down Arrow) | Move down |
| <kbd>←</kbd> (Left Arrow) | Move left |
| <kbd>→</kbd> (Right Arrow) | Move right |
| <kbd>Ctrl></kbd>+<kbd>→</kbd> (Right Arrow) | Move right one word |
| <kbd>Ctrl></kbd>+<kbd>←</kbd> (Left Arrow) | Move left one word |
| <kbd>Ctrl</kbd>+<kbd>→</kbd> (Right Arrow) | Move right one word |
| <kbd>Ctrl</kbd>+<kbd>←</kbd> (Left Arrow) | Move left one word |

### Vi-normal Motions

Expand Down