mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add R format modifier to repeat an argument.
This commit is contained in:
10
tmux.1
10
tmux.1
@ -5833,6 +5833,12 @@ expands to the length of the variable and
|
||||
.Ql w
|
||||
to its width when displayed, for example
|
||||
.Ql #{n:window_name} .
|
||||
.Ql R
|
||||
repeats the first argument by a number of times given by the second argument,
|
||||
so
|
||||
.Ql #{R:a,3}
|
||||
will result in
|
||||
.Ql aaa .
|
||||
.Pp
|
||||
Prefixing a time variable with
|
||||
.Ql t:\&
|
||||
@ -7281,7 +7287,7 @@ Lock each client individually by running the command specified by the
|
||||
option.
|
||||
.Tg run
|
||||
.It Xo Ic run-shell
|
||||
.Op Fl bC
|
||||
.Op Fl bCE
|
||||
.Op Fl c Ar start-directory
|
||||
.Op Fl d Ar delay
|
||||
.Op Fl t Ar target-pane
|
||||
@ -7309,6 +7315,8 @@ the command is run in the background.
|
||||
waits for
|
||||
.Ar delay
|
||||
seconds before starting the command.
|
||||
.Fl E
|
||||
redirects the command's stderr to stdout instead of ignoring it.
|
||||
If
|
||||
.Fl c
|
||||
is given, the current working directory is set to
|
||||
|
Reference in New Issue
Block a user