diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-08-27 15:28:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-08-27 15:28:07 +0000 |
commit | 438144692dba1aabd34d3253be61b461f15e5e6d (patch) | |
tree | 369daf30feaf63f41f2f32c45fa76f30f6870eae /NOTES | |
parent | 8dbccbc4dbafbac0cee008f6e93cf022fdb7b515 (diff) | |
download | rtmux-438144692dba1aabd34d3253be61b461f15e5e6d.tar.gz rtmux-438144692dba1aabd34d3253be61b461f15e5e6d.tar.bz2 rtmux-438144692dba1aabd34d3253be61b461f15e5e6d.zip |
Flush even detached sessions.
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -27,6 +27,8 @@ Attach to a previous session with: tmux -n <session name> attach +A name must (currently) be specified when attaching. This may change. + List all sessions with: tmux list @@ -37,8 +39,8 @@ Or the windows of a single session with: Sessions are destroyed when no windows remain attached to them. -Another server process can be used by specifying an alternative socket path with -"-s <path>" but it shouldn't normally be required. +Another server process can be used by specifying an alternative socket path +with "-s <path>" but it shouldn't normally be required. You can set the window title (listed in -l), using the \e] escape sequence. For example: |