aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 73650d2e..38089a19 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -829,7 +829,7 @@ set synmaxcol=500
" windows terminal emulator PuTTY, and the terminal multiplexer tmux, both of
" which I use heavily.
"
-if &term =~# '^\%(putty\|tmux\)'
+if &term =~# '^putty\|^tmux'
set ttyfast
endif