Skip to content

Releases: jupyterlab-contrib/jupyterlab-vim

Release 0.15.1

12 Mar 07:10
Compare
Choose a tag to compare

What's Changed

  • restore correct keybinding by @ianhi in #64

Full Changelog: 0.15.0...0.15.1

Release 0.15.0

12 Mar 02:01
Compare
Choose a tag to compare

v0.13.4

02 Mar 07:39
Compare
Choose a tag to compare
  • Correctly save column position when moving by lines.
  • Add binder bot that will comment on PRs

Thanks to ianhi!

v0.12.3

19 May 10:57
221bb3b
Compare
Choose a tag to compare
Added "Folding" Keybindings (#4)

Added cell folding keybindings

New keybindings
z-c : close selected cell code
z-o : open selected cell code
z-m : close all cell code
z-r : open all cell code

Fixed language consistency.

Co-Authored-By: Ian Hunt-Isaak <ianhuntisaak@gmail.com>