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")
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>
</source>

Revision as of 18:16, 25 November 2021

Enable mouse scrollwheel

<syntaxhighlight>

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

</source>