summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 18:34:37 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 18:34:37 +0000
commit38589dd2c73e458c20b488ebd3f3d575362b5bc4 (patch)
tree788e584953684654e359f261b1dbb7616299b236 /NOTES
parentdcd73be71e3f9fabb2e5e200d892f47858dcc908 (diff)
Tweaks, info on session choice.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES9
1 files changed, 7 insertions, 2 deletions
diff --git a/NOTES b/NOTES
index a24587db..0abf702d 100644
--- a/NOTES
+++ b/NOTES
@@ -2,7 +2,7 @@ Command prefix is C-b. This can be changed by building with, for example:
META='\001' make
-Keybindings:
+Key bindings:
d detach
c create new window
n next window
@@ -24,7 +24,7 @@ Syntax is: tmux [-v] [-S path] command [flags]
-S Set different server socket path
Commands:
- (Commands can be shortened, as long as they are unambigous)
+ (Commands can be shortened, as long as they are unambiguous)
new-session [-s <session name>] [-d]
Create new session. Attaches to new session unless -d is given.
@@ -41,6 +41,11 @@ Commands:
rename-window [-s <session name>] [-i <window index>] name
Rename window.
+If a session name is not given, the current session is assumed if a command
+is run from inside tmux and the TMUX environment variable is available,
+otherwise if only one exists, it is used or if multiple exist, an error is
+generated.
+
Sessions are destroyed when no windows remain attached to them.
You might get message "couldn't find server" after a crash, in this case you