-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Clear hlsearch on Insert #80
Comments
Thanks for the report @tscheffe
It should not manipulate user-defined option.
I also tried to clear highlight on insert enter but there are some problem, so I removed the feature in the past. I merged this feature into dev branch https://github.com/haya14busa/incsearch.vim/tree/dev, |
Hi, @tscheffe I'm sorry but I disable this feature which clear hlsearch on The reason why I change this feature is
So, I close this issue but thank you for the good request ✨ |
Love the plugin. Discovered the plugin in a few days ago and have been loving it. Missing one feature I'd like though, exiting hlsearch when pressing insert. In the same way
turns off hlsearch after cursor move.
Here is what I have in my
.vimrc
to achieve the desired effect.Question is three-fold:
incsearch.vim
for this sort of thing possible already? I looked through the help doc and tried a few of theautocmd User
integration points but couldn't get it working. I feel like I'm stepping on toes doing it this way.insearch.vim
? I'm imaging something likeg:incsearch#auto_nohlsearch_on_insert
or something.incsearch.vim
as is, does it warrant mention in the docs?The text was updated successfully, but these errors were encountered: