summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-29 14:24:49 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-05-29 14:24:49 +1000
commit16fa22a36ef24e433e49426052e4156cb49064e0 (patch)
tree86935a929fc63ab02eea4e587e8b2eef185c6729 /docs
parent8e6967c70273f838e4e200a61bdb631015d46bdc (diff)
Add suggestionsPreset to custom commands system
Diffstat (limited to 'docs')
-rw-r--r--docs/Custom_Command_Keybindings.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Custom_Command_Keybindings.md b/docs/Custom_Command_Keybindings.md
index 62a034ecf..af9431d07 100644
--- a/docs/Custom_Command_Keybindings.md
+++ b/docs/Custom_Command_Keybindings.md
@@ -107,6 +107,7 @@ The permitted prompt fields are:
| type | one of 'input', 'menu', or 'confirm' | yes |
| title | the title to display in the popup panel | no |
| initialValue | (only applicable to 'input' prompts) the initial value to appear in the text box | no |
+| suggestionsPreset | (only applicable to 'input prompts'. Shows suggestions as the value is typed. One of 'files', 'branches', 'remotes', 'remoteBranches', refs'. | no |
| body | (only applicable to 'confirm' prompts) the immutable body text to appear in the text box | no |
| options | (only applicable to 'menu' prompts) the options to display in the menu | no |
| command | (only applicable to 'menuFromCommand' prompts) the command to run to generate | yes |