CommunityData:Tmux

From CommunityData
Revision as of 21:46, 25 August 2016 by Benjamin Mako Hill (talk | contribs) (Created page with "tmux lets you switch between windows (listed in the green bar at the bottom) here are several useful commands: * Starts a new tmux: '''tmux''' (at the command line) * Connect...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

tmux lets you switch between windows (listed in the green bar at the bottom) here are several useful commands:

  • Starts a new tmux: tmux (at the command line)
  • Connect to an existing tmux: tmux attach (at the command line)
  • Create a new window: Ctrl-b c (from within tmux)
  • Switch to window N: Ctrl-b N (from within tmux)
  • Disconnect from tmux: Ctrl-b d (from within tmux)