aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:52:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:52:17 +1200
commit5e3de51622b610e0380b4c6941a5eb68e513ca41 (patch)
treef8b22625a729f6b7926fa225151464f261bfdd6c
parentReduce 'formatoptions' flag toggling to just 'a' (diff)
downloaddotfiles-5e3de51622b610e0380b4c6941a5eb68e513ca41.tar.gz
dotfiles-5e3de51622b610e0380b4c6941a5eb68e513ca41.zip
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.
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 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=