mirror of https://github.com/bjeanes/dotfiles.git
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
parent
57e37edb4e
commit
a94435f221
|
@ -31,6 +31,7 @@ syntax on
|
||||||
let mapleader = ','
|
let mapleader = ','
|
||||||
set autoread " watch for file changes
|
set autoread " watch for file changes
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
set ttymouse=xterm " Needed to get mouse working when in Tmux/screen
|
||||||
set fileformats=unix
|
set fileformats=unix
|
||||||
|
|
||||||
" Bells
|
" Bells
|
||||||
|
|
Loading…
Reference in New Issue