spacemacs/layers/+spacemacs/spacemacs-evil
duianto 622ae00aff Clear both / and C-s search highlights with SPC s c
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`.
2017-08-27 22:12:04 -04:00
..
local/evil-unimpaired Fix issue #8823: evil-paste-pop doesn't work 2017-06-12 12:29:39 +02:00
funcs.el Clear both / and C-s search highlights with SPC s c 2017-08-27 22:12:04 -04:00
packages.el core: change <function>p to <function>-p suffixes for consistency 2017-07-02 10:09:39 -04:00
README.org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00

spacemacs-evil layer

Description

TODO describe spacemacs-evil layer in this file