Jupyterlab Vim Versions Save

:neckbeard: Vim notebook cell bindings for JupyterLab

v0.11.0

4 years ago

Support JupyterLab 1.0

v0.10.1

5 years ago
  • ctrl i enters Vim insert mode from Jupyter command mode (#71) Thanks @wmayner

v0.10.0

5 years ago
  • Update for JupyterLab 0.35

v0.9.0

5 years ago
  • Update for JupyterLab 0.34.1 (#57), thanks @MisterVulcan

v0.8.0

5 years ago
  • Update for JupyterLab 0.33 (#52) Thanks @ah-

v0.7.0

6 years ago
  • Requires JupyterLab 0.32 (Beta 2)
  • ctrl-g shows function signature (#36)

v0.6.0

6 years ago
  • center cell command (#33)
  • - splits cell in vim command mode (#33)
  • ctrl-c copies instead of leaving insert mode if you aren't on a mac (#34)

v0.5.0

6 years ago
  • add moving cell commands
  • Add delete/yank/paste cell commands (#28)
  • select first and last cell shortcuts (#24)
  • change to focus selector to fix debug prompt select

v0.4.1

6 years ago
  • Ctrl-J and Ctrl-K execute markdown when leaving the cell.

v0.4.0

6 years ago
  • Added Command/Ctrl-{1,2,3} to switch cell mode to code, markdown and raw.