Enable mouse-wheel scroll on tmux with iTerm2
The trick is to enable mouse support. Add the following line to ~/.tmux.conf
:
setw -g mouse on
The trick is to enable mouse support. Add the following line to ~/.tmux.conf
:
setw -g mouse on