From 9bdd042ed118eb0bdbd85c91b7f0e302dbf3e425 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 25 Feb 2021 19:37:16 +0100 Subject: [PATCH] vim: remove timeout on mappings and key codes --- files/init.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/files/init.vim b/files/init.vim index 2b42077..da8059a 100644 --- a/files/init.vim +++ b/files/init.vim @@ -45,7 +45,6 @@ set splitright " new window is put right of the current one set noswapfile " don't use swap files set tabstop=4 " tabs are 4 spaces set textwidth=79 " maximum width for text being inserted -set timeout timeoutlen=1000 ttimeoutlen=100 " timeout on mappings & key codes set virtualedit=block " position the cursor anywhere in Visual Block mode set wildignore=*.o,*.obj,*.pyc,*.exe,*.so,*.dll set wildignorecase " ignore case when completing file names