Tmux tips and tricks: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
(Created page with "== Enable mouse scrollwheel == <source> # echo "set -g mouse on" >> ~/.tmux.conf </source>")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Enable mouse scrollwheel ==
== Enable mouse scrollwheel ==


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

Latest revision as of 04:53, 26 November 2021

Enable mouse scrollwheel

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