How to change the color of the selected code (Vim scheme)?

后端 未结 5 815
遇见更好的自我
遇见更好的自我 2021-02-03 22:42

How do I change the color of the selected code in Vim?

There are three selection modes, Visual Line mode or Visual Block mode, and selecting wi

5条回答
  •  我在风中等你
    2021-02-03 23:29

    mu color scheme is molokai, and I found that this configuration is the best for me:

    highlight Visual cterm=bold ctermbg=Blue ctermfg=NONE

    check out my vimrc @https://github.com/reubinoff/myVimrc

提交回复
热议问题