summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorElwardi <elwardifadeli@gmail.com>2021-07-19 13:06:00 +0100
committerElwardi <elwardifadeli@gmail.com>2021-07-19 13:06:00 +0100
commitb92ff3ee3fdde05ac84f2790e6b10a10db0c4d2a (patch)
treeaf7a1384e2e7ded130029033052c64f1bcf357b8 /docs
parentf1ced5539a9a53ea5c8e501243377d3c74cef2d5 (diff)
Consider first match only in menuFromCommand prompt
Diffstat (limited to 'docs')
-rw-r--r--docs/Custom_Command_Keybindings.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Custom_Command_Keybindings.md b/docs/Custom_Command_Keybindings.md
index 77fb90be5..9dc42a9da 100644
--- a/docs/Custom_Command_Keybindings.md
+++ b/docs/Custom_Command_Keybindings.md
@@ -103,8 +103,8 @@ The permitted prompt fields are:
| filter | (only applicable to 'menuFromCommand' prompts) the regexp to run specifying | yes |
| | groups which are going to be kept from the command's output | |
| format | (only applicable to 'menuFromCommand' prompts) how to format matched groups from | yes |
-| | the filter. You can use named groups, or `{{ .group_GROUPID_MATCHID }}`. | yes |
-| | PS: named groups keep last non-empty match | yes |
+| | the filter. You can use named groups, or `{{ .group_GROUPID }}`. | yes |
+| | PS: named groups keep first match only | yes |
The permitted option fields are:
| _field_ | _description_ | _required_ |