summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 16:09:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 16:09:08 +0000
commite79a41cff907c128e03ac97c48b69e261f2c1f48 (patch)
treeb95ba5324606bb8ae26d61bdca64e082ef62afe4 /NOTES
parent4309d65475d2b5ad4e00a9c590a2e97c1c90ca16 (diff)
Finish off man page.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES73
1 files changed, 1 insertions, 72 deletions
diff --git a/NOTES b/NOTES
index 8c6e06ec..6205cfc5 100644
--- a/NOTES
+++ b/NOTES
@@ -1,74 +1,3 @@
-Command prefix is C-b by default.
-
-Key bindings:
- d detach
- c create new window
- n next window
- p previous window
- l last (next to last selected) window
- ? list current key bindings
- 0-9 select window
-
-There is one default server process per user which puts its socket in
-/tmp/tmux-UID. It is created the first time tmux is run and subsequent
-invocations will connect to the same server. The server holds multiple
-sessions.
-
-Syntax is: tmux [-vV] [-S path] [-s session] command [flags]
-
- -v Create logfiles, verbosity increases with more -v
- -V Show tmux version
- -S Set different server socket path
- -s Specify session name for command, if appropriate.
-
-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.
-
-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. 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.
-
- list-sessions
- List sessions (can be shortened to ls).
-
- list-windows
- List windows (can be shortened to lsw).
-
- 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
- Bind a key to a command (use ^A for ctrl-A), commands are as listed
- above.
-
- list-keys
- List current key bindings.
-
- unbind-key key
- Unbind a key from a command.
-
- set-option prefix key
- Set command prefix (meta) key.
-
-XXX set-option status,status-fg,status-bg
-
-Sessions are destroyed when no windows remain attached to them.
-
---- XXX cut here XXX above this line is reformatted into man page XXX ----------
-
Welcome to tmux!
tmux is a "terminal multiplexer", it enables a number of terminals (or windows)
@@ -130,4 +59,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't
know, so please mention tmux initially (rather than just saying "hi" ;-).
-- Nicholas Marriott <nicm@users.sf.net>
-$Id: NOTES,v 1.23 2007-11-09 16:22:03 nicm Exp $
+$Id: NOTES,v 1.24 2007-11-12 16:09:08 nicm Exp $