Tmux
start new:
start new with session name:
attach:
attach to named:
list sessions:
kill session:
Kill all the tmux sessions:
In tmux, hit the prefix ctrl+b
(my modified prefix is ctrl+a) and then:
List all shortcuts
to see all the shortcuts keys in tmux simply use the bind-key ?
in my case that would be CTRL-B ?
Sessions
Windows (tabs)
Panes (splits)
Sync Panes
You can do this by switching to the appropriate window, typing your Tmux prefix (commonly Ctrl-B or Ctrl-A) and then a colon to bring up a Tmux command line, and typing:
Last updated