ylogx/dotfiles

tmux.conf mouse mode not working

ylogx opened this issue · 0 comments

ylogx commented

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