Missing thes vim options for some reason
This commit is contained in:
parent
3ec635765e
commit
67dfeb0b6f
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -61,6 +61,9 @@ set noswapfile " Hope for the best
|
||||||
set virtualedit=all " Cursor can go anywhere
|
set virtualedit=all " Cursor can go anywhere
|
||||||
set scrolloff=3 " Keep cursor from touching edges
|
set scrolloff=3 " Keep cursor from touching edges
|
||||||
set timeoutlen=500 " Don't wait too long (ambiguous leaders)
|
set timeoutlen=500 " Don't wait too long (ambiguous leaders)
|
||||||
|
set showmatch " Show matching brackets
|
||||||
|
set hidden " Allow unsaved buffers to be hidden
|
||||||
|
set wildmenu " Command line completion
|
||||||
" Make syntax highlighting faster
|
" Make syntax highlighting faster
|
||||||
syntax sync minlines=256
|
syntax sync minlines=256
|
||||||
set ttyfast
|
set ttyfast
|
||||||
|
|
Loading…
Reference in a new issue