Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.22 KB

tmux.md

File metadata and controls

29 lines (20 loc) · 1.22 KB

tmux

A terminal multiplexer, allowing you to access multiple terminal sessions within a single terminal screen. Allows you to detach and later reattach to said sessions, as well as remote screen share.

Beginning tmux

You should be able to

  • Attach, detach, and reattach to a session.
  • Create, switch, and close windows.
  • Rename windows.
  • Split panes vertically and horizontally.
  • Switch and close panes.
  • Resize and rotate panes.

Advanced tmux

Ongoing Reference