Tmux tips and tricks

From Lolly's Wiki
Revision as of 18:35, 16 November 2020 by Lollypop (talk | contribs) (Created page with "== Enable mouse scrollwheel == <source> # echo "set -g mouse on" >> ~/.tmux.conf </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Enable mouse scrollwheel

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