jupyterlab-contrib / jupyterlab-vim

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

I want to use ijkl to move cursor instad of hjkl ,how set ? #141

Closed woodgreat closed 4 months ago

woodgreat commented 5 months ago

the original Vim hjkl is unhumanity ,so I want to use ijkl to move cursor instad of hjkl ,how set ? thank you

firai commented 4 months ago

Thanks for reporting. I assume that you're referring to remapping these keys in notebooks, which is currently not possible because j and k are currently hardcoded for notebooks, and the issue is a duplicate of https://github.com/jupyterlab-contrib/jupyterlab-vim/issues/7. Additional context for the limitation is provided in https://github.com/jupyterlab-contrib/jupyterlab-vim/issues/113#issuecomment-1741095802. Contributions to add this capability would be welcome.

Remapping these keys in file editors should already be possible by setting the keybindings in the settings.

Closing in favor of https://github.com/jupyterlab-contrib/jupyterlab-vim/issues/7. Further discussions about this general issue can be continued there.

woodgreat commented 4 months ago

thanks for read. when we can fix the need?

firai commented 4 months ago

Unfortunately, there isn't a specific timeline. This project is completely driven by PR contributions from volunteers. You are welcome to submit a PR.

woodgreat commented 4 months ago

thanks