aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.111
1 files changed, 10 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index cf332511..faa129a0 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3469,6 +3469,7 @@ Miscellaneous commands are as follows:
.It Ic clock-mode Op Fl t Ar target-pane
Display a large clock.
.It Xo Ic if-shell
+.Op Fl b
.Op Fl t Ar target-pane
.Ar shell-command command
.Op Ar command
@@ -3481,6 +3482,10 @@ if
returns success or the second
.Ar command
otherwise.
+With
+.Fl b ,
+.Ar shell-command
+is run in the background.
Before being executed, shell-command is expanded using the rules specified in the
.Sx FORMATS
section, including those relevant to
@@ -3491,13 +3496,17 @@ Lock each client individually by running the command specified by the
.Ic lock-command
option.
.It Xo Ic run-shell
+.Fl b
.Op Fl t Ar target-pane
.Ar shell-command
.Xc
.D1 (alias: Ic run )
Execute
.Ar shell-command
-in the background without creating a window.
+without creating a window.
+With
+.Fl b ,
+the command is run in the background.
Before being executed, shell-command is expanded using the rules specified in
the
.Sx FORMATS