Skip to content

Releases: jwkvam/jupyterlab-vim

v0.11.0

16 Jul 04:33
Compare
Choose a tag to compare

Support JupyterLab 1.0

v0.10.1

21 Nov 17:45
b297065
Compare
Choose a tag to compare
  • ctrl i enters Vim insert mode from Jupyter command mode (#71) Thanks @wmayner

v0.10.0

08 Oct 21:16
715c640
Compare
Choose a tag to compare
  • Update for JupyterLab 0.35

v0.9.0

22 Aug 18:43
@ah- ah-
Compare
Choose a tag to compare

v0.8.0

01 Aug 18:01
Compare
Choose a tag to compare
  • Update for JupyterLab 0.33 (#52) Thanks @ah-

v0.7.0

16 Apr 20:30
Compare
Choose a tag to compare
  • Requires JupyterLab 0.32 (Beta 2)
  • ctrl-g shows function signature (#36)

v0.6.0

29 Mar 06:50
Compare
Choose a tag to compare
  • 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

27 Mar 21:08
e19f2a9
Compare
Choose a tag to compare
  • 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

14 Feb 18:55
Compare
Choose a tag to compare
  • Ctrl-J and Ctrl-K execute markdown when leaving the cell.

v0.4.0

13 Feb 19:11
Compare
Choose a tag to compare
  • Added Command/Ctrl-{1,2,3} to switch cell mode to code, markdown and raw.