use 200ms as leader timeout

This commit is contained in:
Thomas Ruoff
2016-11-07 23:31:48 +01:00
parent f9ffd8897a
commit 88e668f5f5

5
vimrc
View File

@@ -173,13 +173,10 @@ set diffopt+=iwhite " Ignore whitespace changes
" KEY MAPPINGS " KEY MAPPINGS
" "
set notimeout
set ttimeout
"" MAP LEADER "" MAP LEADER
noremap , \ noremap , \
let mapleader = "," let mapleader = ","
"let mapleader = "\<Space>" set timeoutlen=200
"" fast saving "" fast saving
nmap <leader>w :update<cr> nmap <leader>w :update<cr>