diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:52:17 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:52:17 +1200 |
commit | 5e3de51622b610e0380b4c6941a5eb68e513ca41 (patch) | |
tree | f8b22625a729f6b7926fa225151464f261bfdd6c /vim | |
parent | Reduce 'formatoptions' flag toggling to just 'a' (diff) | |
download | dotfiles-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.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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= |