heavim/cfg/02-ui-options.vim

9 lines
331 B
VimL
Raw Normal View History

set lazyredraw " Postpone redrawing in some cases
set showcmd " Show currently typed keys at the bottom
set showmatch " Show matching parentheses
set incsearch " Incremental search
set title " Update terminal title
set wildmenu " Enhanced command completion, with menu!
2015-03-08 15:47:28 +01:00
set timeoutlen=500 " Timeout for key sequences