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 == | ||
< | <syntaxhighlight> | ||
# echo "set -g mouse on" >> ~/.tmux.conf | # echo "set -g mouse on" >> ~/.tmux.conf | ||
</source> | </source> |
Revision as of 17:16, 25 November 2021
Enable mouse scrollwheel
<syntaxhighlight>
- echo "set -g mouse on" >> ~/.tmux.conf
</source>