ylogx / dotfiles

Fully automated dev environment setup with dotfiles
https://shubham.chaudhary.xyz/dotfiles
10 stars 2 forks source link

tmux.conf mouse mode not working #6

Closed ylogx closed 7 years ago

ylogx commented 7 years ago

Expected Behaviour

Mouse Mode should work out of the box

Current Behaviour

Mouse Mode won't work until fixed by editing file as shown below

Known Work Around

Current work around is to edit the .tmux.conf file and un-string line 12.

i.e. Convert

https://github.com/shubhamchaudhary/dotfiles/blob/3016814c07da964b606eb34c9de39611a1915ba4/home/.tmux.conf#L10-L14

to

set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on