Cheatography
https://cheatography.com
My Tmux configuration's main commands
General CommandsCTRL+B | Default Bind Key | bind-key ? | Lists bind-key combinations | bind-key : | Enter config options directly for current session |
Windows and Panesbind-key - | Split horizontally | bind-key | | Split veritcally | bind-key Left-Arrow | Move to the left pane | bind-key Right-Arrow | Move to the right (the correct one) pane | bind-key UpArrow | Move to the upper pane | bind-key Down-Arrow | Move to the lower pane | bind-key SPACE | Reorganize panes | bind-key Q | Show panes numbers | bind-key x | Kill curennt pane | bind-key ! | Close all panes except current |
| | Sessionsbind-key ls | prints a list of existing tmux sessions | bind-key new -s <name> | Create a new tmux session name <name> | bind-key kill-session -t <name> | Kill session <name> | bind-key $ | Rename current session |
ScrollingMouse scroll | Scroll over pane | bind-key PagUp | Scroll up | bind-key PageDown | Scroll down | CTRL+C (on scrolling) | Scroll down to the bottom (active line) |
Other Tips & Tricksset-option -g pane-active-border-fg <color> | Surround the active pane with a specific color for easier identification (color is from colour0 to colour255) |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets