-
Notifications
You must be signed in to change notification settings - Fork 45
Clear search #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is actually the same as normal vim bevhior (at least in my terminal installation). The way to clear the search is with It might be kind of nice to have something like https://github.com/junegunn/vim-slash but that probably belongs as as separate plugin that works with codemirror itself. |
Yeah - turns out it was a mapping that maps |
It feels like this ought to already be possible with https://github.com/ianhi/jupyterlab-vimrc#jupyterlab-vimrc although it may require some actual coding as in https://discuss.codemirror.net/t/possible-vim-leader-key-work-around/3006/4 as I'm not sure how well |
I think this issue can be closed now - somehow I forgot to target this issue in the related PR. Sorry! |
Closing as fixed by #74. |
After pressing
/
there is no way to clear a matched search on a cell (unless of course you search for something not there). Can we clear search on entering nothing?The text was updated successfully, but these errors were encountered: