lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

Enable word jump between cells #146

Open dreamingbird88 opened 5 years ago

dreamingbird88 commented 5 years ago

Summary

In current version, 'word jump', one of my most used actions, is only limit within a single cell. In order to search a word in other cells, I have to do it as regular web page: (1) jump out of the 'vim' mode, (2) search. The headache happens when I want to jump back: it takes me more time to locate the starting point before the jump.

There is a related discussion on https://github.com/lambdalisue/jupyter-vim-binding/issues/27

The difference is this request only focuses on if we can do the 'word jump' in VIM mode BETWEEN cells.

Thanks for this project which makes me life on Jupyter much easier. I'm appreciated if anyone can enable this function. Let me know if I can help to make this happen. Thanks again.