Differences
This shows you the differences between two versions of the page.
— | tmux [2016/05/04 19:27] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== tmux ====== | ||
+ | * [[screen]] | ||
+ | |||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | To build tmux from source, libevent must be installed as well. The tmux configure/ | ||
+ | |||
+ | == Set bindings to Ctl-A == | ||
+ | |||
+ | < | ||
+ | unbind C-b | ||
+ | set -g prefix C-a | ||
+ | </ | ||
+ | |||
+ | == Attach window and detach all others == | ||
+ | |||
+ | < | ||
+ | tmux attach -d | ||
+ | </ | ||
+ | |||
+ | == List active sesssions == | ||
+ | |||
+ | Also displays which ones are attached: | ||
+ | |||
+ | < | ||
+ | tmux list-sessions | ||
+ | </ | ||
+ | |||
+ | === Source Install === | ||
+ | |||
+ | tmux build can't find libevent even with setting prefix: | ||
+ | |||
+ | < | ||
+ | ./configure --prefix=/ | ||
+ | </ | ||
+ | |||
+ | ** Static build ** | ||
+ | |||
+ | You can use [[https:// |