tmux

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search

About

tmux is a virtual console (like screen, but somewhat fancier).

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