aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-07-15 21:34:19 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-07-15 21:34:19 +0200
commitfa6887d2432610fc4b694956b2870a91f6ab54eb (patch)
tree0ca994915b79d79b3c6d884bbe5a336d48fb9fed /vim
parentda3aadf2f63a02bc6aef16eac48b98b4ff8c4689 (diff)
downloaddotfiles-fa6887d2432610fc4b694956b2870a91f6ab54eb.tar.xz
remove ttimeoutlen from vimrc
not sure what it does even..
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ef4b151..37d60c3 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -90,6 +90,3 @@ autocmd InsertLeave * match ExtraWhitespace /\s\+$/
autocmd BufWinLeave * call clearmatches()
highlight Comment cterm=italic
-
-
-set ttimeoutlen=50