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
Last revision Both sides next revision
other:tmux_terminal_multiplexing [2022/03/23 16:23]
nanodano
other:tmux_terminal_multiplexing [2022/03/23 16:23]
nanodano [Enabling mouse]
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 bash>
 # Create the config file # Create the config file
-echo setw -mouse on >> ~/.tmux.conf+echo setw -mouse on >> ~/.tmux.conf
  
 # Then run tmux # Then run tmux
other/tmux_terminal_multiplexing.txt ยท Last modified: 2022/03/23 16:27 by nanodano