jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
975 stars 73 forks source link

Replacing match to search not working (/xyz cgn) #78

Open plodocus opened 5 years ago

plodocus commented 5 years ago

When I want to replace multiple occurrences of a term in VIM, I search for it, type "cgn", enter the replacement and press "." to replace the remaining occurrences. In jupyterlab-vim that doesn't work for me.

Host Ubuntu 18.04 Client Chrome 72.0.3626.119 on Mac OS 10.14.3

benlindsay commented 5 years ago

Ooh, I didn't even know about "gn" operations until now! I would love to be able to use those in JupyterLab too, now that I know about them :)

plodocus commented 5 years ago

@benlindsay Once you know them you can't go without ;)

jwkvam commented 5 years ago

FWIW https://github.com/codemirror/CodeMirror/issues/3851