emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 039533a910 1/2: README: Note about commands tha


From: ELPA Syncer
Subject: [elpa] externals/vertico 039533a910 1/2: README: Note about commands that require a match or the empty string (#209)
Date: Sun, 6 Mar 2022 14:57:45 -0500 (EST)

branch: externals/vertico
commit 039533a91014be5c09e5cb825a1797f3aaa285ee
Author: Augusto Stoffel <astoff@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]