summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-06-07 10:15:49 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-06-07 10:18:01 +1000
commita694c458dd38d960189d4fc4b288e95ab692f404 (patch)
treeb0fe726aad393e9e8f180efcd94d1e8a982ee0ad /docs
parentced773ab18a116f926b2c28507d71cf283701fff (diff)
Support authors and tags in custom command suggestions preset
Diffstat (limited to 'docs')
-rw-r--r--docs/Custom_Command_Keybindings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Custom_Command_Keybindings.md b/docs/Custom_Command_Keybindings.md
index 7565b9f3a..7cc3d035b 100644
--- a/docs/Custom_Command_Keybindings.md
+++ b/docs/Custom_Command_Keybindings.md
@@ -101,7 +101,7 @@ These fields are applicable to all prompts.
The permitted suggestions fields are:
| _field_ | _description_ | _required_ |
|-----------------|----------------------|-|
-| preset | Uses built-in logic to obtain the suggestions. One of 'files', 'branches', 'remotes', 'remoteBranches', 'refs' | no |
+| preset | Uses built-in logic to obtain the suggestions. One of 'authors', 'branches', 'files', 'refs', 'remotes', 'remoteBranches', 'tags' | no |
| command | Command to run such that each line in the output becomes a suggestion. Mutually exclusive with 'preset' field. | no |
Here's an example of passing a preset: