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, `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>.
48
+
For example, "<kbd>Y</kbd>, <kbd>Y</kbd>" means pressing lowercase <kbd>y</kbd> twice, while "<kbd>Shift-Y</kbd>, <kbd>Y</kbd>" means pressing <kbd>Shift</kbd>+<kbd>y</kbd> followed by a lowercase <kbd>y</kbd>.
49
49
50
50
Shortcuts that this extension introduces:
51
51
@@ -56,9 +56,9 @@ Shortcuts that this extension introduces:
56
56
|:w[rite]| Save Notebook |
57
57
|:q[uit]| Enter Jupyter Command Mode |
58
58
59
-
### Vim command bindings
59
+
### Vim (Jupyter Edit mode) bindings
60
60
61
-
|Chord | Action |
61
+
|Shortcut| Action |
62
62
| -------------- | ------------------------- |
63
63
| - | Split Cell at Cursor |
64
64
| Ctrl-O, - | Split Cell at Cursor |
@@ -84,26 +84,26 @@ Shortcuts that this extension introduces:
0 commit comments