vimrc:
This is the main configuration file for Vim. It exists in two versions—global
and personal.To find where it is located by opening vim and executing the following command in normal mode
: echo $VIM
set cursor property:
:set cursorline
:highlight CursorLine guibg=white ctermbg=blue
:set cursorcolumn
:highlight CursorLine guibg=white ctermbg=red