Skip to main content

Enable mouse clicks and scrolls on tmux sessions

nano ~/.tmux.conf
  • paste this inside the editor
set -g mouse on
  • Then reload tmux config
Ctrl + b  :
source-file ~/.tmux.conf