Tmux tips and tricks: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
 
Line 3: Line 3:
<syntaxhighlight>
<syntaxhighlight>
# echo "set -g mouse on" >> ~/.tmux.conf
# echo "set -g mouse on" >> ~/.tmux.conf
</source>
</syntaxhighlight>

Latest revision as of 05:53, 26 November 2021

Enable mouse scrollwheel

# echo "set -g mouse on" >> ~/.tmux.conf