tmux
Jump to navigation
Jump to search
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