Display cursor lines in vim
This commit is contained in:
parent
1ed413b3c5
commit
b8c9e97fa4
3
vimrc
3
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user