Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tmux [2015/07/02 15:04]
steve
tmux [2016/05/04 13:27]
steve
Line 20: Line 20:
 <​code>​ <​code>​
 tmux attach -d tmux attach -d
 +</​code>​
 +
 +== List active sesssions ==
 +
 +Also displays which ones are attached:
 +
 +<​code>​
 +tmux list-sessions
 </​code>​ </​code>​
  
Line 32: Line 40:
 ** Static build ** ** Static build **
  
-You can use [[http://beandog.digitaltrike.com/source/tmux_local_install.sh|this script]] to simplify downloading and installing a tmux build.+You can use [[https://gist.github.com/ryin/3106801|this script]] to simplify downloading and installing a tmux build.