简体   繁体   中英

How to set the search results color of ideavim in pycharm?

Recently I switch from vim to Pycharm to program and have installed ideavim plugin. It works well in most cases. When I search for a text, it finds the result, but the searching result has no highlighting color, eg I typed 'first_pos' in the command line, and the result shows, but no highlighting color in the word (sorry I can not post image...).

How to change the search result color of ideavim? Thanks.

Try this in the console:

:set hls

Taken from this related question: PhpStorm IdeaVim highlight and jump to search term before hitting enter (like Sublime Text or Vim)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM