Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README - transition between modes #127

Merged
merged 6 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ Shortcuts this extension introduces:
| Z, M | Hide All Code Cells |
| Z, R | Show All Code Cells |

### Transition between modes

Note that there are three modes (Insert, Normal and Jupyter Command). The transition between them happens only with the key ESC, but you can enable a different transition from Normal mode to Jupyter Command mode.

Go to *Setting / Settings Editor / Notebook Vim* and unmark the option `Enable Esc and Ctrl-[ leaving vim Normal mode to Jupyter Command mode`. From now on, `ESC` will move you from Insert to Normal mode and `Shift+ESC` will move you from Normal to Jupyter Command mode.
BAlmeidaS marked this conversation as resolved.
Show resolved Hide resolved


## Special Thanks

From @jwkvam:
Expand Down