Renames .vimrc to vimrc
This commit is contained in:
parent
13a1d30cf4
commit
cc9369a973
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,8 @@ set backspace=indent,eol,start
|
||||||
" Show commands as you type them
|
" Show commands as you type them
|
||||||
set showcmd
|
set showcmd
|
||||||
|
|
||||||
|
set cursorline
|
||||||
|
|
||||||
" Make vim default to the plus register (system clipboard) when yanking etc.
|
" Make vim default to the plus register (system clipboard) when yanking etc.
|
||||||
"set clipboard=unnamedplus
|
"set clipboard=unnamedplus
|
||||||
|
|
||||||
|
@ -98,6 +100,8 @@ au!
|
||||||
autocmd VimEnter * silent !echo -ne "\e[1 q"
|
autocmd VimEnter * silent !echo -ne "\e[1 q"
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
set scrolloff=5
|
||||||
|
|
||||||
|
|
||||||
" Highlighting {{{1
|
" Highlighting {{{1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue