Thu, 31 Jul 2014 10:53:07 -0400
Add urxvt mouse handling
--- 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