|
|
@ -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 |
|
|
|
|
|
|
|
|