Fix mouse not working in Vim inside Tmux

I don't use a 'mouse' in vim, but I love the touch pad for scrolling
through code quickly. Finally this let's that work properly...
pull/2/head
Bodaniel Jeanes 2011-12-29 19:18:12 -06:00
parent 57e37edb4e
commit a94435f221
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ syntax on
let mapleader = ','
set autoread " watch for file changes
set mouse=a
set ttymouse=xterm " Needed to get mouse working when in Tmux/screen
set fileformats=unix
" Bells