tmux

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 20:09, 10 September 2020 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 - detach
  • tmux attach - attach
  • [ctrl]-b [ - enable scrollback mode
  • [ctrl]-c - clear scrollback
  • SHIFT-click to select stuff
  • split the pane:
    • [ctrl]-B " for horizontal split
    • [ctrl]-B % for vertical split
    • [ctrl]-B <arrow keys> switches between panes

Links