Emmanuel BENOîT
9b08205807
* Define leader keys in pre-configuration, so they can be used in NeoBundle mappings * Disable timeouts on key sequences.
8 lines
330 B
VimL
8 lines
330 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!
|
|
|
|
set notimeout " No timeout for key sequences
|