Difference between revisions of "tmux"
Jump to navigation
Jump to search
(Created page with "==Notes== tmux is a slightly fancier virtual console (like screen). Hotkeys: * [ctrl]-b - trigger key * [ctrl]-b d - detach * tmux attach - attach * [ctrl]...") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | <hide> |
| − | [[tmux]] is a | + | [[software type::virtual console]] |
| − | + | [[category:software]] | |
| − | Hotkeys | + | </hide> |
| − | * [ctrl]-b - trigger key | + | ==About== |
| − | * [ctrl]-b d - detach | + | [[tmux]] is a virtual console (like [[GNU/screen|screen]], but somewhat fancier). |
| − | * tmux attach - attach | + | ==Hotkeys== |
| − | * [ctrl]-b [ - enable scrollback mode | + | * <code>[ctrl]-b</code> - trigger key |
| − | * [ctrl]-c - clear scrollback | + | * <code>[ctrl]-b d</code> - detach |
| + | * <code>tmux attach</code> - attach | ||
| + | * <code>[ctrl]-b [</code> - enable scrollback mode | ||
| + | * <code>[ctrl]-c</code> - clear scrollback | ||
| + | * <code>SHIFT-click</code> to select stuff | ||
| + | * split the pane: | ||
| + | ** <code>[ctrl]-B "</code> for horizontal split | ||
| + | ** <code>[ctrl]-B %</code> for vertical split | ||
| + | ** <code>[ctrl]-B {{arg|arrow keys}}</code> switches between panes | ||
| + | ==Links== | ||
| + | * [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference] | ||
Latest revision as of 23:43, 31 March 2025
About
tmux is a virtual console (like screen, but somewhat fancier).
Hotkeys
[ctrl]-b- trigger key[ctrl]-b d- detachtmux attach- attach[ctrl]-b [- enable scrollback mode[ctrl]-c- clear scrollbackSHIFT-clickto select stuff- split the pane:
[ctrl]-B "for horizontal split[ctrl]-B %for vertical split[ctrl]-B <arrow keys>switches between panes