vimrc
This commit is contained in:
@@ -126,6 +126,10 @@ else
|
||||
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 history=1000 " default 20
|
||||
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
|
||||
|
||||
|
||||
" enable mouse
|
||||
set mouse=nvc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user