2015-02-22 19:01:45 +01:00
|
|
|
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!
|
|
|
|
|
|
|
|
let mapleader = ' ' " Space as leader character
|
|
|
|
let maplocalleader = ',' " Comma as local leader character
|
2015-03-08 08:58:03 +01:00
|
|
|
|
|
|
|
set ttimeout
|
|
|
|
set ttimeoutlen=450
|