Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yingshaoxo/b31195b591a8824fd745e31d98e43131 to your computer and use it in GitHub Desktop.
Save yingshaoxo/b31195b591a8824fd745e31d98e43131 to your computer and use it in GitHub Desktop.

vim mode and jupyter mode

i or enter: go to vim mode

shift + esc: go back to jupyter mode

vim mode

i: start writing

esc: exit vim editing mode

j: up

k: down

Everything just peace and fun, it's vim! Have fun!

jupyter mode

o: create a cell below

shift + o: create a cell above


j: up

k: down


dd: delete current cell


ctrl + 2: convert the cell to markdown cell

2: add ## before the markdown text

ctrl + 1: convert the cell to code cell


ctrl + s: save the document

https://github.com/lambdalisue/jupyter-vim-binding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment