diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2021-01-08 10:32:54 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2021-01-08 10:32:54 +0100 |
commit | 1bc0b7af48492554424ba2afa89e9e69ce8e3835 (patch) | |
tree | fc3876595e59c62e4f98d6e32864f16257d0c1b1 | |
parent | c340ad44a54e8314d911201cc5b6e73dc252ba89 (diff) |
Set timeout=100 for less timeout
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ if !has('nvim') && &ttimeoutlen == -1 set ttimeoutlen=100 endif +set timeoutlen=100 + " Use <C-L> to clear the highlighting of :set hlsearch. if maparg('<C-L>', 'n') ==# '' nnoremap <silent> <C-L> :nohlsearch<C-R>=has('diff')?'<Bar>diffupdate':''<CR><CR><C-L> |