Display cursor lines in vim

This commit is contained in:
Michael Campagnaro 2019-07-17 12:00:31 -04:00
parent 1ed413b3c5
commit b8c9e97fa4

3
vimrc
View File

@ -236,6 +236,9 @@ set t_ti= t_te=
" keep more context when scrolling off the end of a buffer " keep more context when scrolling off the end of a buffer
set scrolloff=3 set scrolloff=3
set cursorline
set cursorcolumn
" Store temporary files in a central spot " Store temporary files in a central spot
set backup set backup
set backupcopy=yes set backupcopy=yes