User Tools

Site Tools


other:tmux_terminal_multiplexing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 ''setw -g mouse on'' in a tmux conf file. For example: You must specify ''setw -g mouse on'' in a tmux conf file. For example:
  
-<code bash+<code - .tmux.conf
-Create the config file +# ~/.tmux.conf
-echo setw -g mouse on >> ~/.tmux.conf+
  
-# Then run tmux+# Enable mouse 
 +set -g mouse on 
 +</code> 
 + 
 +<code bash> 
 +# Then run tmux as normal
 tmux tmux
 # OR to be explicit # OR to be explicit
other/tmux_terminal_multiplexing.txt · Last modified: 2022/03/23 16:27 by nanodano