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

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

[elpa] externals/vertico 68705d1: Update readme


From: Protesilaos Stavrou
Subject: [elpa] externals/vertico 68705d1: Update readme
Date: Sun, 18 Apr 2021 10:40:35 -0400 (EDT)

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

    Update readme
---
 README.org | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 32f6649..456cb7f 100644
--- a/README.org
+++ b/README.org
@@ -79,15 +79,16 @@ Here is an example configuration:
     (setq enable-recursive-minibuffers t))
 #+end_src
 
-* Keymap
+* Key bindings
 
 Vertico defines its own local keymap in the minibuffer which is derived from
 ~minibuffer-local-map~. The keymap mostly keeps the ~fundamental-mode~
-keybindings intact, but rebinds a few commands. Note in particular the binding
-of =TAB= to ~vertico-insert~ and the bindings of ~vertico-exit/exit-input~.
+keybindings intact and remaps and binds only a few commands. Note in particular
+the binding of =TAB= to ~vertico-insert~ and the bindings of
+~vertico-exit/exit-input~.
 
-- ~beginning-of-buffer~, ~minibuffer-beginning-of-buffer~ -> 
~vertico-beginning-of-buffer~
-- ~end-of-buffer~ -> ~vertico-end-of-buffer~
+- ~beginning-of-buffer~, ~minibuffer-beginning-of-buffer~ -> ~vertico-first~
+- ~end-of-buffer~ -> ~vertico-last~
 - ~scroll-down-command~ -> ~vertico-scroll-down~
 - ~scroll-up-command~ -> ~vertico-scroll-up~
 - ~next-line~, ~next-line-or-history-element~ -> ~vertico-next~



reply via email to

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