tmux: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
m smw |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
[[category:software]] | [[category:software]] | ||
</hide> | </hide> | ||
==About== | |||
== | [[tmux]] is a virtual console (like [[GNU/screen|screen]], but somewhat fancier). | ||
[[tmux]] is a | ==Hotkeys== | ||
* <code>[ctrl]-b</code> - trigger key | |||
Hotkeys | * <code>[ctrl]-b d</code> - detach | ||
* [ctrl]-b - trigger key | * <code>tmux attach</code> - attach | ||
* [ctrl]-b d - detach | * <code>[ctrl]-b [</code> - enable scrollback mode | ||
* tmux attach - attach | * <code>[ctrl]-c</code> - clear scrollback | ||
* [ctrl]-b [ - enable scrollback mode | * <code>SHIFT-click</code> to select stuff | ||
* [ctrl]-c - clear scrollback | * 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== | ==Links== | ||
* [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference] | * [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference] | ||
Latest revision as of 23:43, 31 March 2025
<hide> software type::virtual console </hide>
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
