aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ccb3782f..bcb111e5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -826,7 +826,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