This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
other:tmux_terminal_multiplexing [2022/03/23 16:23] nanodano [Enabling mouse] |
other:tmux_terminal_multiplexing [2022/03/23 16:27] (current) nanodano |
||
---|---|---|---|
Line 54: | Line 54: | ||
You must specify '' | You must specify '' | ||
- | < | + | < |
- | # Create the config file | + | # ~/ |
- | echo setw -g mouse on >> | + | |
- | # Then run tmux | + | # Enable mouse |
+ | set -g mouse on | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | # Then run tmux as normal | ||
tmux | tmux | ||
# OR to be explicit | # OR to be explicit |