branch: externals/vertico
commit c6f6d0674cfeb4374a77dde5e5f899e0fe62dd32
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update README
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index d4a15e290e..220b98f38a 100644
--- a/README.org
+++ b/README.org
@@ -155,12 +155,12 @@ the currently selected candidate.
If you prefer to have the default completion commands available you can add new
bindings or even replace the Vertico bindings. For example you can use =M-TAB=
to
-expand the prefix of candidates (TAB complete) or cycle between candidates if
+expand the prefix of candidates (TAB completion) or cycle between candidates if
~completion-cycle-threshold~ is non-nil, with the following configuration.
#+begin_src emacs-lisp
;; Option 1: Additional bindings
-(keymap-set vertico-map "?" #'minibuffer-completion-help)
+(keymap-set vertico-map "M-?" #'minibuffer-completion-help)
(keymap-set vertico-map "M-RET" #'minibuffer-force-complete-and-exit)
(keymap-set vertico-map "M-TAB" #'minibuffer-complete)