-
Notifications
You must be signed in to change notification settings - Fork 44
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
<Plug>(clever-f-reset)
doesn't reset highlight
#61
Comments
Hack I did was just add |
That hack was the exact configuration that I attempted in my own vimrc, before I even saw this open issue, and it didn't work for me. I tried both |
I did a little bit of debugging. In my case, I noticed that the function |
Alternatively, bypass the
|
I have the following map in my config:
nmap <Esc> <Plug>(clever-f-reset)
Moving the cursor resets the highlights, but pressing
<Esc>
doesn't. However, it does reset the searching character.The text was updated successfully, but these errors were encountered: