Skip to content

Commit

Permalink
Update docs/config/lua/keyassignment/PromptInputLine.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wez authored Sep 22, 2024
1 parent c4ccfb4 commit 78d8e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/lua/keyassignment/PromptInputLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78d8e35

Please sign in to comment.