branch: externals/vertico
commit 039533a91014be5c09e5cb825a1797f3aaa285ee
Author: Augusto Stoffel <[email protected]>
Commit: GitHub <[email protected]>
README: Note about commands that require a match or the empty string (#209)
---
README.org | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index c08216956b..2dd0bae53f 100644
--- a/README.org
+++ b/README.org
@@ -54,7 +54,7 @@ binding of =TAB= to ~vertico-insert~ and the bindings of
~vertico-exit/exit-inpu
- ~backward-paragraph~ -> ~vertico-previous-group~
- ~exit-minibuffer~ -> ~vertico-exit~
- ~kill-ring-save~ -> ~vertico-save~
-- =M-RET= -> ~vertico-exit-input~
+- =C-RET= -> ~vertico-exit-input~
- =TAB= -> ~vertico-insert~
* Configuration
@@ -556,6 +556,16 @@ disabled as follows.
(apply args))))
#+end_src
+** ~multi-occur~, ~auto-insert~, ~bbdb-create~
+
+These commands read multiple arguments from the minibuffer, one at a
+time, until you submit an empty string. You should type =C-RET=
+(~vertico-exit-input~) to finish the loop.
+
+Simply pressing =RET= (~vertico-exit~) does not work here because
+these commands require a match and Vertico gives no special treatment
+to the empty string.
+
** Tramp hostname completion
In combination with Orderless, hostnames are not made available for completion