summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-08 10:32:54 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-08 10:32:54 +0100
commit1bc0b7af48492554424ba2afa89e9e69ce8e3835 (patch)
treefc3876595e59c62e4f98d6e32864f16257d0c1b1
parentc340ad44a54e8314d911201cc5b6e73dc252ba89 (diff)
Set timeout=100 for less timeout
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 36d751d..cab9ad2 100644
--- a/vimrc
+++ b/vimrc
@@ -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>