Releases: jwkvam/jupyterlab-vim
Releases · jwkvam/jupyterlab-vim
v0.10.1
ctrl i
enters Vim insert mode from Jupyter command mode (#71) Thanks @wmayner
v0.10.0
- Update for JupyterLab 0.35
v0.8.0
- Update for JupyterLab 0.33 (#52) Thanks @ah-
v0.7.0
- Requires JupyterLab 0.32 (Beta 2)
- ctrl-g shows function signature (#36)
v0.6.0
- 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
- 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
- Ctrl-J and Ctrl-K execute markdown when leaving the cell.
v0.4.0
- Added Command/Ctrl-{1,2,3} to switch cell mode to code, markdown and raw.