summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-06 10:08:18 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-06 10:08:18 +0000
commit6aa64f1a93247bcf1d706c9c87dac77037cf35e5 (patch)
tree62945628f3ffc4dc0c899ae442db93142cd4a797 /NOTES
parent8fe3c03e31882c03ef301f7aa1d0e857fa4c1f34 (diff)
More tweakifying.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES10
1 files changed, 8 insertions, 2 deletions
diff --git a/NOTES b/NOTES
index 655cb544..b9240c3a 100644
--- a/NOTES
+++ b/NOTES
@@ -29,7 +29,8 @@ Commands:
(Commands can be shortened, as long as they are unambiguous)
new-session [-d] [-s session name] [-n window name] [command]
- Create new session. Attaches to new session unless -d is given.
+ Create new session. Attaches to new session unless -d is given. The
+ window name and command are the same as for new-window below.
attach-session [-d]
Attach to session. Detaches other clients if -d is given.
@@ -40,7 +41,12 @@ Commands:
list-windows
List windows (can be shortened to lsw).
- rename-window [-i <window index>] new name
+ new-window [-d] [-n window name] [command]
+ Create a new window. If -d is given, the window is created in the
+ background (it doesn't become the current window). The window name
+ and the command to run in the window may also be specified.
+
+ rename-window [-i window index] new name
Rename window.
bind-key key command