From c7f7cf5bb7beef4709bda97f08f3c38795202a7b Mon Sep 17 00:00:00 2001 From: Julian Prein <julian@druck.dev> Date: Thu, 20 Mar 2025 23:04:53 +0100 Subject: [PATCH] Document default-command as display-popup's fallback Co-authored-by: Julian Prein <julian@druck.dev> --- tmux.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index 302efaa1..01338f06 100644 --- a/tmux.1 +++ b/tmux.1 @@ -6835,7 +6835,9 @@ forwards any input read from stdin to the empty pane given by .D1 Pq alias: Ic popup Display a popup running .Ar shell-command -on +(or +.Ar default-command +when omitted) on .Ar target-client . A popup is a rectangular box drawn over the top of any panes. Panes are not updated while a popup is present.