Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在邪恶模式下,当按*时,它会突出显示光标下所有相同的单词,但突出显示很快就会消失。如何控制高亮保留多长时间?我正在使用emacs的前奏版本。
将高光保持两秒钟:
(setq evil-flash-delay 2)
目前这似乎不适用于(evil-select-search-module 'evil-search-module 'evil-search),它会保留高光,直到它们被另一个搜索或 . 清除:noh。这是一个错误,但除非您的 init 文件中有该 seach 模块行,否则您将看不到它。
(evil-select-search-module 'evil-search-module 'evil-search)
:noh