diff --git a/vimrc b/vimrc index 795a1c7..e2414de 100644 --- a/vimrc +++ b/vimrc @@ -236,6 +236,9 @@ set t_ti= t_te= " keep more context when scrolling off the end of a buffer set scrolloff=3 +set cursorline +set cursorcolumn + " Store temporary files in a central spot set backup set backupcopy=yes