From 65eeb7e421718e248790d858792fd820aabbdbe6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 26 Sep 2007 14:08:16 +0000 Subject: Restore -n, now after the command. --- NOTES | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'NOTES') diff --git a/NOTES b/NOTES index bcc1b0ee..eacc1308 100644 --- a/NOTES +++ b/NOTES @@ -12,7 +12,6 @@ Commands: d detach p previous window l last (next to last selected) window r refresh screen - t set window name w list current windows 0-9 select window @@ -21,7 +20,7 @@ There is one default server process per user which puts its socket in invocations will connect to the same server. The server holds multiple sessions. -Syntax is: tmux [-v] [-n name] [-s path] command +Syntax is: tmux [-v] [-s path] command [flags] The command is either list, new or attach. Create a new session with: @@ -29,11 +28,11 @@ The command is either list, new or attach. Create a new session with: Optionally giving it a name with: - tmux -n new + tmux new -n Attach to a previous session with: - tmux -n attach + tmux attach -n A name must (currently) be specified when attaching. This may change. @@ -43,7 +42,7 @@ List all sessions with: Or the windows of a single session with: - tmux -n list + tmux list -n Sessions are destroyed when no windows remain attached to them. -- cgit