jupyterlab-contrib / jupyterlab-vim

Vim notebook cell bindings for JupyterLab
https://jupyterlab-contrib.github.io/jupyterlab-vim.html
MIT License
661 stars 43 forks source link

Rebind Esc to "Leave Current Mode" #70

Closed asford closed 11 months ago

asford commented 1 year ago

This is an optional add-on to #69 that makes "Leave Current Mode" the default binding for Esc.

The leave-current-mode behavior of "Esc" could/should be made default for this plugin. Though this is a shift in behavior for existing jupyterlab-vim users, it's less disruptive for existing jupyterlab users.

Please finish the following when submitting a pull request:

If this is a release, additionally do the following:

Thanks!

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a binder notebook on branch _asford/jupyterlab-vim/leave_current_modedefault

asford commented 1 year ago

I've uploaded a build to anaconda under jupterlab_vim=0.15.1+leave_current_mode, as I wasn't able to get the binding demo functioning particularly well.

krassowski commented 1 year ago

We will need to resolve conflicts here and possibly some more discussion. @ianhi do you have an opinion on this one?

ianhi commented 1 year ago

I think this is a very nice idea! It would also go a long way towards helping out with https://github.com/jupyterlab-contrib/jupyterlab-vim/issues/73

ianhi commented 1 year ago

@asford do you have time to resolve the merge conflicts - or would you prefer someone else resolve them and push?

asford commented 1 year ago

Please grab the conn on the merge. I'm no longer able to drive this PR.

ianhi commented 11 months ago

Not sure why this got autoclosed - and I seem unable to re-open it. very confusing.

firai commented 11 months ago

I wonder if inability to re-open the PR has something to do with deforking. It seems like the branch in the PR was forked from jwkvam's repo.