This is an extension to incorporate common Vim keymaps while editing jupyter notebooks in VSCode.
Meant to work alongside the great extension that allows you to edit jupyter notebooks in VSCode Jupyter
This extension is intended to be used alongside the other great extension VSCode Vim
Keymaps inspired by jupyter-vim-binding
TODO: Fill in
-
Work with VSCode Vim Command Mode
-
Fix/Addition of "o" keymap for adding cell below
- fixed with addition of
!notebookEditorFocused
to when clause oflist.toggleExpand
key binding for vim
- fixed with addition of