haya14busa / incsearch.vim

:flashlight: Improved incremental searching for Vim
https://medium.com/@haya14busa/incsearch-vim-is-dead-long-live-incsearch-2b7070d55250
MIT License
1.11k stars 23 forks source link

Can't cancel search with single escape press #136

Open bmckgeorge opened 7 years ago

bmckgeorge commented 7 years ago

Often I want to cancel a search and return to my original cursor position (before pressing enter to go to first match.) With incsearch.vim, I have to press escape and then wait for a second for the search to get cancelled.

haya14busa commented 7 years ago

Press j or k or something whatever after pressing esc. it should work.

ErikLambrechts commented 7 years ago

Like in default vim still works to cancel a search