Skip to content

Commit f1ea552

Browse files
authored
Abbreviate cmd, revise "change cell type" binding description to follow JL and revise Shift description
1 parent ed2b1f0 commit f1ea552

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mamba install -c conda-forge jupyterlab_vim
4545
To learn how to modify key bindings see the [modify-keybinds.md](modify-keybinds.md) file.
4646

4747
**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>.
4949

5050
Shortcuts that this extension introduces:
5151

@@ -78,9 +78,9 @@ Shortcuts that this extension introduces:
7878
| Ctrl-Y | Move Cell Up |
7979
| Ctrl-O, Z, Z | Center Cell |
8080
| 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 |
8484
| Shift-Esc | Exit to Command Mode |
8585
| Esc or Ctrl-\[ | Exit Current Mode |
8686

@@ -114,8 +114,8 @@ Shortcuts that this extension introduces:
114114
- To leave Normal mode to Command mode, several options are available:
115115
- <kbd>Shift</kbd>+<kbd>Esc</kbd>
116116
- <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>.
119119
- From Insert or Visual mode:
120120
- To leave Insert or Visual mode to Normal mode, press <kbd>Esc</kbd> or <kbd>Ctrl</kbd>+<kbd>[</kbd>.
121121
- To leave Insert or Visual mode to Command mode, press <kbd>Shift</kbd>+<kbd>Esc</kbd>.

0 commit comments

Comments
 (0)