Skip to content
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 both / and C-s search highlights with SPC s c #9449

Closed

Conversation

duianto
Copy link
Collaborator

@duianto duianto commented Aug 16, 2017

When evil-search-module is set to:
evil-search:
Then / search highlights are cleared by pressing: SPC s c,
and C-s highlights are cleared with :noh.

isearch:
Then / highlights are cleared with M-x evil-ex-nohighlight,
and C-s highlights are cleared with both SPC s c and :noh.

When `evil-search-module` is set to:
evil-search:
Then `/` search highlights are cleared by pressing: `SPC s c`,
and `C-s` highlights are cleared with `:noh`.

isearch:
Then `/` highlights are cleared with `M-x evil-ex-nohighlight`,
and `C-s` highlights are cleared with both `SPC s c` and `:noh`.
@syl20bnr syl20bnr self-assigned this Aug 28, 2017
@syl20bnr
Copy link
Owner

Nice ! 👍
Thank you !

Would be cool that have :noh to behave like SPC s c too :-)

Cherry-picked into develop branch, you can safely delete your branch.

@syl20bnr syl20bnr closed this Aug 28, 2017
@syl20bnr syl20bnr removed the Merged label Aug 28, 2017
@duianto
Copy link
Collaborator Author

duianto commented Aug 28, 2017

@syl20bnr fixed 😄
Clear both / and C-s search highlights with :noh #9497

@duianto duianto deleted the clear-evil-and-isearch-highlights branch August 28, 2017 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants