]> git.phdru.name Git - dotfiles.git/commitdiff
.vimrc: set ttymouse=xterm2 under screen/tmux
authorOleg Broytman <phd@phdru.name>
Mon, 6 Jul 2015 21:45:10 +0000 (00:45 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 6 Jul 2015 21:45:10 +0000 (00:45 +0300)
.vimrc

diff --git a/.vimrc b/.vimrc
index 78e57b827b29c840200963a2d39c656c206324b0..9dd4900f4fdd72b0b1122e84a9c0b3c5b638c073 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -243,7 +243,7 @@ else
    endif
 
    if (&term =~ "screen")
-      set ttymouse=xterm " Enable mouse codes under GNU screen
+      set ttymouse=xterm2 " Enable mouse codes under screen/tmux
       if empty(&t_ts)
          " Enable window title under screen/tmux
          let &t_ts = "\e]2;"