aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a7c92197..ffdcecb7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -171,6 +171,11 @@ set splitright " Right of the current window, not left
" Don't try to syntax highlight run-on lines
set synmaxcol=500
+" PuTTY is a fast terminal
+if &term =~# '^putty'
+ set ttyfast
+endif
+
" No terminal mouse, even if we could; the manual says to set 't_RV', but I
" don't like that
" Not in NeoVim