From 438144692dba1aabd34d3253be61b461f15e5e6d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 27 Aug 2007 15:28:07 +0000 Subject: Flush even detached sessions. --- NOTES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'NOTES') diff --git a/NOTES b/NOTES index 20064ee5..ffdc6dcb 100644 --- a/NOTES +++ b/NOTES @@ -27,6 +27,8 @@ Attach to a previous session with: tmux -n 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 " but it shouldn't normally be required. +Another server process can be used by specifying an alternative socket path +with "-s " but it shouldn't normally be required. You can set the window title (listed in -l), using the \e] escape sequence. For example: -- cgit