首页 > 代码库 > .vimrc

.vimrc

0x00 shortcut

compilation : F4

run program : /rr

toggle Tcomment : gc

toggle netred : Ctrl+n

0x01 set your own highlight

view all highlight setting with sytanx.vim with this command  :highlight

chang what you want with this command

:hi tag term=x ctermfg=x ctermbg=x guifg=x guibg=x 

[Quickfix List] belong to Search iterm

add this command to your .vimrc file

:hi Search  term=blok ctermfg=1 ctermbg=0 guifg=bule guibg=fg