This commit is contained in:
2015-12-23 01:39:12 +01:00
parent 22de7287ee
commit e6a89662c7

View File

@@ -126,6 +126,10 @@ else
endif endif
set showcmd " Show (partial) command in status line.
set showmatch " Show matching brackets.
set wildmenu " command-line completion operates in an enhanced mode
set scrolloff=3 " scroll lines above/below cursor set scrolloff=3 " scroll lines above/below cursor
set history=1000 " default 20 set history=1000 " default 20
set incsearch " "live"-search set incsearch " "live"-search
@@ -149,6 +153,7 @@ autocmd FileType python setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4
" "
autocmd FileType json setlocal expandtab shiftwidth=3 tabstop=3 softtabstop=3 autocmd FileType json setlocal expandtab shiftwidth=3 tabstop=3 softtabstop=3
" enable mouse " enable mouse
set mouse=nvc set mouse=nvc