tmux command-prompt [template]
Open the tmux command prompt in a client
Arguments
Name | Description |
---|
template | If specified, used as a command |
Options
Name | Description |
---|
-l | The prompt only accept one key press |
-i | Execute the command every time the prompt input changes |
-k | Like -l but the key press is translated to a key name |
-N | The prompt only accept numeric key press |
-T | Tell that the prompt is for a target |
-W | Tell that the prompt is for a window |
-I <inputs> | Comma-separated list of the initial text for each prompt |
-p <prompts> | Comma-separated list of prompts which are displayed in order |
-t <target-client> | The target client |