From 49d5849ec4e9eae9efe9e2470fa24c88e2f60c58 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 18 Jul 2019 20:58:12 +0200 Subject: [PATCH] [UPDATE][VIM] Set short timeout I am kind of impatient after all. --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 7132931..382e1f8 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -157,6 +157,9 @@ set list " Show a tab as an arrow, and spaces as dots set listchars=tab:»·,trail:· +" Timeout quickly on shortcuts, I can't wait two seconds to delete in visual +set timeoutlen=150 + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Search parameters """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""