From 78d8e351e036df0e62dc692751b3393633811d42 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 22 Sep 2024 10:55:46 -0700 Subject: [PATCH] Update docs/config/lua/keyassignment/PromptInputLine.md --- docs/config/lua/keyassignment/PromptInputLine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/lua/keyassignment/PromptInputLine.md b/docs/config/lua/keyassignment/PromptInputLine.md index 56f6bb2bba6..904cb6a5ae3 100644 --- a/docs/config/lua/keyassignment/PromptInputLine.md +++ b/docs/config/lua/keyassignment/PromptInputLine.md @@ -19,7 +19,7 @@ upon the input. user entered. `line` may be `nil` if they hit Escape without entering anything, or CTRL-C to cancel the input. * `prompt` - the text to show as the prompt. You may embed escape sequences - and/or use [wezterm.format](../wezterm/format.md). Defaults to: `"> "` + and/or use [wezterm.format](../wezterm/format.md). Defaults to: `"> "`. {{since('nightly', inline=True)}} ## Example of interactively renaming the current tab