Add urxvt mouse handling

Thu, 31 Jul 2014 10:53:07 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 31 Jul 2014 10:53:07 -0400
changeset 118
ffbf97e1e3eb
parent 116
5941d66ecc4b
child 119
c25420419c0b
child 120
3a676c8eaafe

Add urxvt mouse handling

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -381,6 +381,11 @@ else
   if &t_Co == 256
     colorscheme jellybeans
   end
+
+  if $TERM =~ 'rxvt-unicode'
+    set ttymouse=urxvt
+    set mouse=a
+  endif
 end
 
 

mercurial