Differences

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

Link to this comparison view

elosys:tmux [2024/03/30 22:03] – created nadirelosys:tmux [2024/03/31 23:25] (current) nadir
Line 1: Line 1:
 ====== TMUX Shortcuts Documentation ====== ====== TMUX Shortcuts Documentation ======
  
 +==== Session Management ====
 +
 +
 +  * Detach from the current session: **Ctrl + q, d**
 +
 +
 +  * Switch to another session: **Ctrl + q, s**
 +
 +
 +  * Rename the current session: **Ctrl + q, $**
 +
 +==== Window Management ====
 +
 +
 +  * Create a new window: **Ctrl + q, c**
 +
 +
 +  * Switch to the next window: **Ctrl + q, n**
 +
 +
 +  * Switch to the previous window: **Ctrl + q, p**
 +
 +
 +  * List windows: **Ctrl + q, w**
 +
 +
 +  * Go to a specific window: **Ctrl + q,** <window_number>
 +
 +
 +  * Rename the current window: **Ctrl + q, ,**
 +
 +
 +  * Close the current window: **Ctrl + q, &**
 +
 +
 +  * Switch to the last window: **Ctrl + q, l**
 +
 +
 +
 +==== Pane Management ====
 +
 +
 +  * Split the current pane horizontally: **Ctrl + q, /**
 +
 +
 +  * Split the current pane vertically: **Ctrl + q, i**
 +
 +
 +  * Toggle between horizontal and vertical split: **Ctrl + q, Space**
 +
 +
 +  * Move to the next pane: **Ctrl + q, o**
 +
 +
 +  * Move to the pane above: **Ctrl + q, Up arrow**  or **Alt, Up arrow** 
 +
 +
 +  * Move to the pane below: **Ctrl + q, Down arrow** or **Alt, Down arrow**
 +
 +
 +  * Move to the pane on the left: **Ctrl + q, Left arrow** or **Alt, Left arrow**
 +
 + 
 +  * Move to the pane on the right: **Ctrl + q, Right arrow** or **Alt, Right arrow**
 +
 +
 +  * Toggle pane zoom: **Ctrl + q, z**
 +
 +
 +  * Resize pane up: **Ctrl + q, Ctrl + Up arrow**
 +
 +
 +  * Resize pane down: **Ctrl + q, Ctrl + Down arrow**
 +
 +
 +  * Resize pane left: **Ctrl + q, Ctrl + Left arrow**
 +
 +
 +  * Resize pane right: **Ctrl + q, Ctrl + Right arrow**
 +
 +
 +
 +----
 +==== Others ====
 +
 +
 +  * Kick a user : **Ctrl + q, k**
 +
 +
 +  * Exploration Mode: **Ctrl + q , Tab**
 +
 +
 +  * Show Time: **Ctrl + q, t**
 +
 +
 +
 +
 +----
 +
 +
 + --- //[[nadirhabib96@gmail.com|Nadir Habib]] 2024/03/31 23:14//
  • elosys/tmux.1711836217.txt.gz
  • Last modified: 2024/03/30 22:03
  • by nadir