mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 08:33:17 +01:00
Updates from Tiago Cunha.
This commit is contained in:
parent
a450b22e92
commit
8810fc158c
86
tmux.1
86
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.52 2008-12-15 21:21:56 nicm Exp $
|
.\" $Id: tmux.1,v 1.53 2009-01-07 18:54:18 nicm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -596,6 +596,7 @@ Select the window at
|
|||||||
.Op Fl t Ar target-window
|
.Op Fl t Ar target-window
|
||||||
.Ar key Ar ...
|
.Ar key Ar ...
|
||||||
.Xc
|
.Xc
|
||||||
|
.D1 (alias: Ic send )
|
||||||
Send a key or keys to a window.
|
Send a key or keys to a window.
|
||||||
Each argument
|
Each argument
|
||||||
.Ar key
|
.Ar key
|
||||||
@ -642,43 +643,38 @@ window of that session,
|
|||||||
means all bells are ignored and
|
means all bells are ignored and
|
||||||
.Ic current
|
.Ic current
|
||||||
means only bell in windows other than the current window are ignored.
|
means only bell in windows other than the current window are ignored.
|
||||||
|
.It Ic buffer-limit Ar number
|
||||||
|
Set the number of buffers kept for each session; as new buffers are added to
|
||||||
|
the top of the stack, old ones are removed from the bottom if necessary to
|
||||||
|
maintain this maximum length.
|
||||||
.It Ic default-command Ar command
|
.It Ic default-command Ar command
|
||||||
Sets the command used for new windows (if not specified when the window is
|
Sets the command used for new windows (if not specified when the window is
|
||||||
created) to
|
created) to
|
||||||
.Ar command .
|
.Ar command .
|
||||||
The default is
|
The default is
|
||||||
.Dq exec $SHELL .
|
.Dq exec $SHELL .
|
||||||
.It Ic buffer-limit Ar number
|
|
||||||
Set the number of buffers kept for each session; as new buffers are added to
|
|
||||||
the top of the stack, old ones are removed from the bottom if necessary to
|
|
||||||
maintain this maximum length.
|
|
||||||
.It Ic history-limit Ar lines
|
.It Ic history-limit Ar lines
|
||||||
Set the maximum number of lines held in window history.
|
Set the maximum number of lines held in window history.
|
||||||
This setting applies only to new windows - existing window histories are not
|
This setting applies only to new windows - existing window histories are not
|
||||||
resized and retain the limit at the point they were created.
|
resized and retain the limit at the point they were created.
|
||||||
.It Xo Ic mode-keys
|
.It Ic message-bg Ar colour
|
||||||
.Op Ic vi | Ic emacs
|
Set status line message background colour, where
|
||||||
.Xc
|
.Ar colour
|
||||||
Use
|
is one of:
|
||||||
.Xr vi 1 -
|
.Ic black ,
|
||||||
|
.Ic red ,
|
||||||
|
.Ic green ,
|
||||||
|
.Ic yellow ,
|
||||||
|
.Ic blue ,
|
||||||
|
.Ic magenta ,
|
||||||
|
.Ic cyan ,
|
||||||
|
.Ic white
|
||||||
or
|
or
|
||||||
.Xr emacs 1 -
|
.Ic default .
|
||||||
style key bindings in scroll and copy modes.
|
.It Ic message-fg Ar colour
|
||||||
Key bindings default to emacs.
|
Set status line message foreground colour.
|
||||||
.It Ic prefix Ar key
|
.It Ic prefix Ar key
|
||||||
Set the current prefix key.
|
Set the current prefix key.
|
||||||
.It Xo Ic remain-by-default
|
|
||||||
.Op Ic on | Ic off
|
|
||||||
.Xc
|
|
||||||
If this option is on, newly created windows have their
|
|
||||||
.Ic remain-on-exit
|
|
||||||
flag set.
|
|
||||||
.It Xo Ic utf8-default
|
|
||||||
.Op Ic on | Ic off
|
|
||||||
.Xc
|
|
||||||
If this option is on, newly created windows have their
|
|
||||||
.Ic utf8
|
|
||||||
flag set.
|
|
||||||
.It Xo Ic set-titles
|
.It Xo Ic set-titles
|
||||||
.Op Ic on | Ic off
|
.Op Ic on | Ic off
|
||||||
.Xc
|
.Xc
|
||||||
@ -694,19 +690,7 @@ variable is set.
|
|||||||
.Xc
|
.Xc
|
||||||
Show or hide the status line.
|
Show or hide the status line.
|
||||||
.It Ic status-bg Ar colour
|
.It Ic status-bg Ar colour
|
||||||
Set status line background colour, where
|
Set status line background colour.
|
||||||
.Ar colour
|
|
||||||
is one of:
|
|
||||||
.Ic black ,
|
|
||||||
.Ic red ,
|
|
||||||
.Ic green ,
|
|
||||||
.Ic yellow ,
|
|
||||||
.Ic blue ,
|
|
||||||
.Ic magenta ,
|
|
||||||
.Ic cyan ,
|
|
||||||
.Ic white
|
|
||||||
or
|
|
||||||
.Ic default .
|
|
||||||
.It Ic status-fg Ar colour
|
.It Ic status-fg Ar colour
|
||||||
Set status line foreground colour.
|
Set status line foreground colour.
|
||||||
.It Ic status-interval Ar interval
|
.It Ic status-interval Ar interval
|
||||||
@ -753,13 +737,8 @@ current window, rather than the smallest session to which it is attached.
|
|||||||
The window may resize when the current window is changed on another sessions;
|
The window may resize when the current window is changed on another sessions;
|
||||||
this option is good for full-screen programs which support SIGWINCH and poor for
|
this option is good for full-screen programs which support SIGWINCH and poor for
|
||||||
interactive programs such as shells.
|
interactive programs such as shells.
|
||||||
.It Xo Ic monitor-activity
|
|
||||||
.Op Ic on | Ic off
|
|
||||||
.Xc
|
|
||||||
Monitor for activity in the window.
|
|
||||||
Windows with activity are highlighted in the status line.
|
|
||||||
.It Ic force-width Ar width
|
|
||||||
.It Ic force-height Ar height
|
.It Ic force-height Ar height
|
||||||
|
.It Ic force-width Ar width
|
||||||
Prevent
|
Prevent
|
||||||
.Nm
|
.Nm
|
||||||
from resizing a window to greater than
|
from resizing a window to greater than
|
||||||
@ -767,6 +746,24 @@ from resizing a window to greater than
|
|||||||
or
|
or
|
||||||
.Ar height .
|
.Ar height .
|
||||||
A value of zero restores the default unlimited setting.
|
A value of zero restores the default unlimited setting.
|
||||||
|
.It Ic mode-bg Ar colour
|
||||||
|
Set window modes background colour.
|
||||||
|
.It Ic mode-fg Ar colour
|
||||||
|
Set window modes foreground colour.
|
||||||
|
.It Xo Ic mode-keys
|
||||||
|
.Op Ic vi | Ic emacs
|
||||||
|
.Xc
|
||||||
|
Use
|
||||||
|
.Xr vi 1 -
|
||||||
|
or
|
||||||
|
.Xr emacs 1 -
|
||||||
|
style key bindings in scroll and copy modes.
|
||||||
|
Key bindings default to emacs.
|
||||||
|
.It Xo Ic monitor-activity
|
||||||
|
.Op Ic on | Ic off
|
||||||
|
.Xc
|
||||||
|
Monitor for activity in the window.
|
||||||
|
Windows with activity are highlighted in the status line.
|
||||||
.It Xo Ic remain-on-exit
|
.It Xo Ic remain-on-exit
|
||||||
.Op Ic on | Ic off
|
.Op Ic on | Ic off
|
||||||
.Xc
|
.Xc
|
||||||
@ -812,6 +809,7 @@ Execute commands from
|
|||||||
.Ar path .
|
.Ar path .
|
||||||
.It Xo Ic start-server
|
.It Xo Ic start-server
|
||||||
.Xc
|
.Xc
|
||||||
|
.D1 (alias: Ic start )
|
||||||
Start the
|
Start the
|
||||||
.Nm
|
.Nm
|
||||||
server, if not already running, without creating any sessions.
|
server, if not already running, without creating any sessions.
|
||||||
|
Loading…
Reference in New Issue
Block a user