Skip to content

Commit f930ce6

Browse files
authored
book: write Control key as just «Ctrl», not «Ctrl>» (#1997)
1 parent 6b4312b commit f930ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/line_editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ These keybinding events apply only to Vi-normal mode:
155155
| <kbd>↓</kbd> (Down Arrow) | Move down |
156156
| <kbd>←</kbd> (Left Arrow) | Move left |
157157
| <kbd>→</kbd> (Right Arrow) | Move right |
158-
| <kbd>Ctrl></kbd>+<kbd>→</kbd> (Right Arrow) | Move right one word |
159-
| <kbd>Ctrl></kbd>+<kbd>←</kbd> (Left Arrow) | Move left one word |
158+
| <kbd>Ctrl</kbd>+<kbd>→</kbd> (Right Arrow) | Move right one word |
159+
| <kbd>Ctrl</kbd>+<kbd>←</kbd> (Left Arrow) | Move left one word |
160160

161161
### Vi-normal Motions
162162

0 commit comments

Comments
 (0)