Tmux

From Q
Revision as of 01:35, 29 October 2013 by Tgurr (talk | contribs) (Created page with "== Screen layout == ~/.tmux.conf unbind C-b set -g prefix C-a == Create new session == tmux new -s newsession == Detaching == Ctrl a d == Listing sessions == tmux ls ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Screen layout

~/.tmux.conf

unbind C-b set -g prefix C-a

Create new session

tmux new -s newsession

Detaching

Ctrl a d

Listing sessions

tmux ls

Attaching to session

tmux attach -t newsession