mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
23
tmux.1
23
tmux.1
@ -964,7 +964,7 @@ Will run
|
||||
directly without invoking the shell.
|
||||
.Pp
|
||||
.Ar command
|
||||
.Op Ar arguments
|
||||
.Op Ar argument ...
|
||||
refers to a
|
||||
.Nm
|
||||
command, either passed with the command and arguments separately, for example:
|
||||
@ -1541,8 +1541,7 @@ show debugging information about jobs and terminals.
|
||||
.Tg source
|
||||
.It Xo Ic source-file
|
||||
.Op Fl Fnqv
|
||||
.Ar path
|
||||
.Ar ...
|
||||
.Ar path ...
|
||||
.Xc
|
||||
.D1 Pq alias: Ic source
|
||||
Execute commands from one or more files specified by
|
||||
@ -3123,7 +3122,7 @@ Commands related to key bindings are as follows:
|
||||
.Op Fl nr
|
||||
.Op Fl N Ar note
|
||||
.Op Fl T Ar key-table
|
||||
.Ar key command Op Ar arguments
|
||||
.Ar key command Op Ar argument ...
|
||||
.Xc
|
||||
.D1 Pq alias: Ic bind
|
||||
Bind key
|
||||
@ -3215,13 +3214,14 @@ lists only the first matching key.
|
||||
lists the command for keys that do not have a note rather than skipping them.
|
||||
.Tg send
|
||||
.It Xo Ic send-keys
|
||||
.Op Fl FHlMRX
|
||||
.Op Fl FHKlMRX
|
||||
.Op Fl c Ar target-client
|
||||
.Op Fl N Ar repeat-count
|
||||
.Op Fl t Ar target-pane
|
||||
.Ar key Ar ...
|
||||
.Ar key ...
|
||||
.Xc
|
||||
.D1 Pq alias: Ic send
|
||||
Send a key or keys to a window.
|
||||
Send a key or keys to a window or client.
|
||||
Each argument
|
||||
.Ar key
|
||||
is the name of the key (such as
|
||||
@ -3230,6 +3230,12 @@ or
|
||||
.Ql NPage )
|
||||
to send; if the string is not recognised as a key, it is sent as a series of
|
||||
characters.
|
||||
If
|
||||
.Fl K
|
||||
is given, keys are sent to
|
||||
.Ar target-client ,
|
||||
so they are looked up in the client's key table, rather than to
|
||||
.Ar target-pane .
|
||||
All arguments are sent sequentially from first to last.
|
||||
If no keys are given and the command is bound to a key, then that key is used.
|
||||
.Pp
|
||||
@ -5817,8 +5823,7 @@ until it is dismissed.
|
||||
.Op Fl y Ar position
|
||||
.Ar name
|
||||
.Ar key
|
||||
.Ar command
|
||||
.Ar ...
|
||||
.Ar command Op Ar argument ...
|
||||
.Xc
|
||||
.D1 Pq alias: Ic menu
|
||||
Display a menu on
|
||||
|
Reference in New Issue
Block a user