Closed firai closed 1 year ago
Thank you for the PR @firai. Would you mind testing the commit I pushed (https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/107/commits/36294d8cdbe935d89582cfb8e918bec283282b4a)?
Thanks, @krassowski! Seems to work well. I updated the description.
By the way, feel free to open a new branch and PR for this, as this is mostly your work. I just left this PR in case you wanted to merge directly from here.
@firai this and #105 should be available in version 4.0.3
thanks for the contribution :)
Fixes #104. PR courtesy of @krassowski.
documentsearch:end
bindings for notebooks.data-jp-vim-mode-name=mode
class to CodeMirror instances, wheremode
can be"normal"
,"insert"
,"visual"
or"visual block"
.documentsearch:end
bindings'.cm-vimMode
selectors to[data-jp-vim-mode-name='normal']
.