Difference between revisions of "tmux"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <hide> | ||
+ | [[software type::virtual console]] | ||
+ | [[category:software]] | ||
+ | </hide> | ||
{{seed}} | {{seed}} | ||
==Notes== | ==Notes== | ||
Line 4: | Line 8: | ||
Hotkeys: | Hotkeys: | ||
− | * [ctrl]-b - trigger key | + | * <code>[ctrl]-b</code> - trigger key |
− | * [ctrl]-b d - detach | + | * <code>[ctrl]-b d</code> - detach |
− | * tmux attach - attach | + | * <code>tmux attach</code> - attach |
− | * [ctrl]-b [ - enable scrollback mode | + | * <code>[ctrl]-b [</code> - enable scrollback mode |
− | * [ctrl]-c - clear scrollback | + | * <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== | ==Links== | ||
* [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference] | * [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference] |
Latest revision as of 20:09, 10 September 2020
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Notes
tmux is a slightly fancier virtual console (like screen).
Hotkeys:
[ctrl]-b
- trigger key[ctrl]-b d
- detachtmux attach
- attach[ctrl]-b [
- enable scrollback mode[ctrl]-c
- clear scrollbackSHIFT-click
to select stuff- split the pane:
[ctrl]-B "
for horizontal split[ctrl]-B %
for vertical split[ctrl]-B <arrow keys>
switches between panes