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
Next revision
Previous revision
other:tmux_terminal_multiplexing [2022/03/23 16:23]
nanodano
other:tmux_terminal_multiplexing [2022/03/23 16:27]
nanodano
Line 52: Line 52:
 With mouse enabled, you can click between split windows and use the mouse to resize. You can also right click on panes and in the bottom left corner to switch windows and manage processes. It adds a lot of really nice functionality. With mouse enabled, you can click between split windows and use the mouse to resize. You can also right click on panes and in the bottom left corner to switch windows and manage processes. It adds a lot of really nice functionality.
  
-You must specify ''setw -mouse on'' in a tmux conf file. For example:+You must specify ''setw -mouse on'' in a tmux conf file. For example:
  
-<code bash+<code - .tmux.conf
-Create the config file +# ~/.tmux.conf
-echo setw -f 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