Renames .vimrc to vimrc

master
Jonathan Hodgson 4 years ago
parent 13a1d30cf4
commit cc9369a973
  1. 4
      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
Loading…
Cancel
Save