diff --git a/.vimrc b/vimrc similarity index 99% rename from .vimrc rename to vimrc index 2c14857..3f607bf 100644 --- a/.vimrc +++ b/vimrc @@ -78,6 +78,8 @@ set backspace=indent,eol,start " Show commands as you type them set showcmd +set cursorline + " Make vim default to the plus register (system clipboard) when yanking etc. "set clipboard=unnamedplus @@ -98,6 +100,8 @@ au! autocmd VimEnter * silent !echo -ne "\e[1 q" augroup END +set scrolloff=5 + " Highlighting {{{1