From 5e3de51622b610e0380b4c6941a5eb68e513ca41 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 22:52:17 +1200 Subject: Remove 'ttyfast' setting It defaults to on based on the terminal type, which seems pretty sensible, and seems to work fine with my tmux settings. --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 2f2b8a52..27276b8a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -225,10 +225,6 @@ endif " completes set lazyredraw -" Improve redrawing smoothness by assuming that my terminal is reasonably -" fast -set ttyfast - " Never use any kind of bell, visual or not set visualbell t_vb= -- cgit v1.2.3