From 817ae7ff3abe2b16183c2d92b4e44f6f6d2c952d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 18 May 2019 17:24:43 +1200 Subject: Reassure Vim that PuTTY is 'ttyfast' --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim') 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 -- cgit v1.2.3