mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Tweaks, info on session choice.
This commit is contained in:
parent
dcd73be71e
commit
38589dd2c7
9
NOTES
9
NOTES
@ -2,7 +2,7 @@ Command prefix is C-b. This can be changed by building with, for example:
|
|||||||
|
|
||||||
META='\001' make
|
META='\001' make
|
||||||
|
|
||||||
Keybindings:
|
Key bindings:
|
||||||
d detach
|
d detach
|
||||||
c create new window
|
c create new window
|
||||||
n next window
|
n next window
|
||||||
@ -24,7 +24,7 @@ Syntax is: tmux [-v] [-S path] command [flags]
|
|||||||
-S Set different server socket path
|
-S Set different server socket path
|
||||||
|
|
||||||
Commands:
|
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]
|
new-session [-s <session name>] [-d]
|
||||||
Create new session. Attaches to new session unless -d is given.
|
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 [-s <session name>] [-i <window index>] name
|
||||||
Rename window.
|
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.
|
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
|
You might get message "couldn't find server" after a crash, in this case you
|
||||||
|
Loading…
Reference in New Issue
Block a user