vim: increase max hist and tab
This commit is contained in:
parent
5bcbf45414
commit
3ef85a3ac1
3
.vimrc
3
.vimrc
@ -74,7 +74,8 @@ augroup vimStartup
|
|||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" command line history
|
" command line history
|
||||||
set history=200
|
set history=1000
|
||||||
|
set tabpagemax=50
|
||||||
|
|
||||||
" Check that file have not been changed
|
" Check that file have not been changed
|
||||||
" CursorHold : after cursor move
|
" CursorHold : after cursor move
|
||||||
|
Loading…
Reference in New Issue
Block a user