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

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

[elpa] externals/vertico b8673f4 3/3: Document vertico-next/previous-gro


From: ELPA Syncer
Subject: [elpa] externals/vertico b8673f4 3/3: Document vertico-next/previous-group
Date: Sat, 29 May 2021 16:57:19 -0400 (EDT)

branch: externals/vertico
commit b8673f4da5888f2afc05bd06982e835ef419d3d8
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Document vertico-next/previous-group
---
 README.org | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index fa072d0..d2d546e 100644
--- a/README.org
+++ b/README.org
@@ -47,7 +47,8 @@ Here is an example configuration:
     :init
     (vertico-mode)
 
-    ;; Optionally enable cycling for `vertico-next' and `vertico-previous'.
+    ;; Optionally enable cycling for `vertico-next', `vertico-previous',
+    ;; `vertico-next-group' and `vertico-previous-group'.
     ;; (setq vertico-cycle t)
   )
 
@@ -99,6 +100,8 @@ the binding of =TAB= to ~vertico-insert~ and the bindings of
 - ~scroll-up-command~ -> ~vertico-scroll-up~
 - ~next-line~, ~next-line-or-history-element~ -> ~vertico-next~
 - ~previous-line~, ~previous-line-or-history-element~ -> ~vertico-previous~
+- ~forward-paragraph~ -> ~vertico-next-group~
+- ~backward-paragraph~ -> ~vertico-previous-group~
 - ~exit-minibuffer~ -> ~vertico-exit~
 - ~kill-ring-save~ -> ~vertico-save~
 - =<C-return>= -> ~vertico-exit-input~



reply via email to

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