highlight active line

This commit is contained in:
2017-07-07 06:31:30 +02:00
parent 1d726d3aa3
commit cf621c15db

2
vimrc
View File

@@ -128,6 +128,8 @@ set nobackup " Don't make a backup before overwriting a fil
set nowritebackup " And again.
set directory=$HOME/.vim/tmp//,. " Keep swap files in one location
" highlite active line
set cursorline
set laststatus=2 " Show the status line all the time
" Useful status information at bottom of screen