Tmux: Difference between revisions
Jump to navigation
Jump to search
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 ..." |
No edit summary |
||
| Line 12: | Line 12: | ||
== Detaching == | == Detaching == | ||
Ctrl | Ctrl b d | ||
== Listing sessions == | == Listing sessions == | ||
Revision as of 01:57, 10 September 2015
Screen layout
~/.tmux.conf
unbind C-b set -g prefix C-a
Create new session
tmux new -s newsession
Detaching
Ctrl b d
Listing sessions
tmux ls
Attaching to session
tmux attach -t newsession