You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To learn how to modify key bindings see the [modify-keybinds.md](modify-keybinds.md) file.
46
46
47
47
**Please note that all keys are lowercase unless <kbd>Shift</kbd> is explicitly indicated.**
48
-
For example, <kbd>Y, Y</kbd> is two lowercase <kbd>y</kbd>s, and <kbd>Shift-Y, Y</kbd> is one uppercase <kbd>Y</kbd> followed by a lowercase <kbd>y</kbd>.
48
+
For example, `Y, Y` means press lowercase <kbd>y</kbd> twice, while `Shift-Y, Y` means press <kbd>Shift</kbd>+<kbd>y</kbd> followed by a lowercase <kbd>y</kbd>.
49
49
50
50
Shortcuts that this extension introduces:
51
51
@@ -78,9 +78,9 @@ Shortcuts that this extension introduces:
78
78
| Ctrl-Y | Move Cell Up |
79
79
| Ctrl-O, Z, Z | Center Cell |
80
80
| Ctrl-G | Show Tooltip |
81
-
|Command/Ctrl-1 | Code Cell Mode |
82
-
|Command/Ctrl-2 | Markdown Cell Mode |
83
-
|Command/Ctrl-3 | Raw Cell Mode |
81
+
|Cmd/Ctrl-1 | Change to Code Cell|
82
+
|Cmd/Ctrl-2 | Change to Markdown Cell|
83
+
|Cmd/Ctrl-3 | Change to Raw Cell|
84
84
| Shift-Esc | Exit to Command Mode |
85
85
| Esc or Ctrl-\[| Exit Current Mode |
86
86
@@ -114,8 +114,8 @@ Shortcuts that this extension introduces:
114
114
- To leave Normal mode to Command mode, several options are available:
115
115
- <kbd>Shift</kbd>+<kbd>Esc</kbd>
116
116
- <kbd>Esc</kbd> or <kbd>Ctrl</kbd>+<kbd>[</kbd>, if the "Enable `Esc` and `Ctrl-[` leaving vim Normal mode to Jupyter Command mode" option is enabled (on by default). To disable the option, go to Settings menu → Settings Editor → Notebook Vim.
117
-
- To enter Insert mode from Normal mode, use one of the insert commmands, such as <kbd>i</kbd>, <kbd>I</kbd>, <kbd>a</kbd>, <kbd>A</kbd>, <kbd>o</kbd>, <kbd>O</kbd>, <kbd>c</kbd>, <kbd>C</kbd>, <kbd>s</kbd> or <kbd>S</kbd>.
118
-
- To enter Visual mode from Normal mode, use one of the visual commands, such as <kbd>v</kbd>, <kbd>V</kbd> or <kbd>Ctrl</kbd>+<kbd>V</kbd>.
117
+
- To enter Insert mode from Normal mode, use one of the insert commmands, such as <kbd>i</kbd>, <kbd>Shift</kbd>+<kbd>i</kbd>, <kbd>a</kbd>, <kbd>Shift</kbd>+<kbd>a</kbd>, <kbd>o</kbd>, <kbd>Shift</kbd>+<kbd>o</kbd>, <kbd>c</kbd>, <kbd>Shift</kbd>+<kbd>c</kbd>, <kbd>s</kbd> or <kbd>Shift</kbd>+<kbd>s</kbd>.
118
+
- To enter Visual mode from Normal mode, use one of the visual commands, such as <kbd>v</kbd>, <kbd>Shift</kbd>+<kbd>v</kbd> or <kbd>Ctrl</kbd>+<kbd>v</kbd>.
119
119
- From Insert or Visual mode:
120
120
- To leave Insert or Visual mode to Normal mode, press <kbd>Esc</kbd> or <kbd>Ctrl</kbd>+<kbd>[</kbd>.
121
121
- To leave Insert or Visual mode to Command mode, press <kbd>Shift</kbd>+<kbd>Esc</kbd>.
0 commit comments