tmux: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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]..." |
No edit summary |
||
| (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
<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
