heavim/cfg/02-ui-options.vim

6 lines
282 B
VimL

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!