jwkvam / jupyterlab-vim

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

<esc> to exit command-line mode #99

Open tqfjo opened 4 years ago

tqfjo commented 4 years ago

After I type /some_long_search_string in vim, I often press <esc> to exit the search quickly and return the cursor to wherever it was before I started searching (unlike <enter>, which will jump away if it has a match). That would be really convenient here.

tqfjo commented 4 years ago

For what it's worth, that feature does work in https://codemirror.net/demo/vim.html