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

后端 未结 5 879
遇见更好的自我
遇见更好的自我 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:19

    My highlight

    :hi Visual cterm=none ctermbg=darkgrey ctermfg=cyan
    

    More xterm colors: https://github.com/guns/xterm-color-table.vim

提交回复
热议问题