Merge branch 'master' into floating_panes

This commit is contained in:
Michael Grant
2026-04-15 23:26:02 -04:00
12 changed files with 69 additions and 35 deletions

5
tmux.1
View File

@@ -7126,7 +7126,7 @@ See
for possible values for
.Ar prompt\-type .
.It Xo Ic command\-prompt
.Op Fl 1beFiklN
.Op Fl 1bCeFiklN
.Op Fl I Ar inputs
.Op Fl p Ar prompts
.Op Fl t Ar target\-client
@@ -7196,6 +7196,9 @@ is like
but the key press is translated to a key name.
.Fl N
makes the prompt only accept numeric key presses.
If
.Fl C
given, panes will continue to be updated while the prompt is displayed.
.Fl i
executes the command every time the prompt input changes instead of when the
user exits the command prompt.