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:03]
steve
tmux [2016/05/04 13:27]
steve
Line 3: Line 3:
   * [[screen]]   * [[screen]]
  
-  * [[code.tutsplus.com/​tutorials/​intro-to-tmux--net-33889|Intro to tmux]]+  * [[http://code.tutsplus.com/​tutorials/​intro-to-tmux--net-33889|Intro to tmux]]
   * [[http://​www.dayid.org/​os/​notes/​tm.html|tmux and screen reference sheet]]   * [[http://​www.dayid.org/​os/​notes/​tm.html|tmux and screen reference sheet]]
   * [[http://​blog.sanctum.geek.nz/​sync-tmux-panes/​|sync tmux panes]]   * [[http://​blog.sanctum.geek.nz/​sync-tmux-panes/​|sync tmux panes]]
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.