Skip to content

Releases: jwkvam/jupyterlab-vim

v0.11.0

Choose a tag to compare

@jwkvam jwkvam released this 16 Jul 04:33

Support JupyterLab 1.0

v0.10.1

Choose a tag to compare

@jwkvam jwkvam released this 21 Nov 17:45
b297065
  • ctrl i enters Vim insert mode from Jupyter command mode (#71) Thanks @wmayner

v0.10.0

Choose a tag to compare

@jwkvam jwkvam released this 08 Oct 21:16
715c640
  • Update for JupyterLab 0.35

v0.9.0

Choose a tag to compare

@ah- ah- released this 22 Aug 18:43

v0.8.0

Choose a tag to compare

@jwkvam jwkvam released this 01 Aug 18:01
  • Update for JupyterLab 0.33 (#52) Thanks @ah-

v0.7.0

Choose a tag to compare

@jwkvam jwkvam released this 16 Apr 20:30
  • Requires JupyterLab 0.32 (Beta 2)
  • ctrl-g shows function signature (#36)

v0.6.0

Choose a tag to compare

@jwkvam jwkvam released this 29 Mar 06:50
  • 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

Choose a tag to compare

@jwkvam jwkvam released this 27 Mar 21:08
e19f2a9
  • 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

Choose a tag to compare

@jwkvam jwkvam released this 14 Feb 18:55
  • Ctrl-J and Ctrl-K execute markdown when leaving the cell.

v0.4.0

Choose a tag to compare

@jwkvam jwkvam released this 13 Feb 19:11
  • Added Command/Ctrl-{1,2,3} to switch cell mode to code, markdown and raw.