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
Visual Line
Visual Block
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