aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-04-26 00:00:06 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-04-26 00:00:06 +0200
commit41c3be0bd66d66f6b003e2b4b0b41b4e4d1c8da4 (patch)
treea9dad478f8326481242939fab313c29244641068 /vim
parent5b2e318b98db9de4d83c2d2291111905bdb6d2a8 (diff)
downloaddotfiles-41c3be0bd66d66f6b003e2b4b0b41b4e4d1c8da4.tar.xz
vimrc: timeout to stop lag sometimes with O
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 01ba33b..400af89 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -100,3 +100,6 @@ autocmd InsertLeave * match ExtraWhitespace /\s\+$/
autocmd BufWinLeave * call clearmatches()
highlight Comment cterm=italic
+
+
+set ttimeoutlen=50