diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-26 00:00:06 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-04-26 00:00:06 +0200 |
commit | 41c3be0bd66d66f6b003e2b4b0b41b4e4d1c8da4 (patch) | |
tree | a9dad478f8326481242939fab313c29244641068 /vim | |
parent | 5b2e318b98db9de4d83c2d2291111905bdb6d2a8 (diff) | |
download | dotfiles-41c3be0bd66d66f6b003e2b4b0b41b4e4d1c8da4.tar.xz |
vimrc: timeout to stop lag sometimes with O
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,3 +100,6 @@ autocmd InsertLeave * match ExtraWhitespace /\s\+$/ autocmd BufWinLeave * call clearmatches() highlight Comment cterm=italic + + +set ttimeoutlen=50 |