[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vertico f1e10f585c 2/6: Table formatting
From: |
ELPA Syncer |
Subject: |
[elpa] externals/vertico f1e10f585c 2/6: Table formatting |
Date: |
Mon, 12 Feb 2024 18:59:08 -0500 (EST) |
branch: externals/vertico
commit f1e10f585ce5208f9fabb3a923e639970102bbf3
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Table formatting
---
README.org | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.org b/README.org
index a8a169b408..03a2873d95 100644
--- a/README.org
+++ b/README.org
@@ -46,20 +46,20 @@ Vertico defines its own local keymap in the minibuffer
which is derived from
~minibuffer-local-map~. The keymap keeps most of the ~fundamental-mode~
keybindings
intact and remaps and binds only a handful of commands.
-| ~Fundamental-mode~ | Vertico
|
-|---------------------------------------------------------|--------------------------|
+| Fundamental | Vertico
|
+|-----------------------------------------------------+------------------------|
| ~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~ |
+| ~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~
|
| ~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~
|
-| =M-RET= |
~vertico-exit-input~ |
-| =TAB= | ~vertico-insert~
|
+| ~forward-paragraph~ | ~vertico-next-group~
|
+| ~backward-paragraph~ |
~vertico-previous-group~ |
+| ~exit-minibuffer~ | ~vertico-exit~
|
+| ~kill-ring-save~ | ~vertico-save~
|
+| =M-RET= | ~vertico-exit-input~
|
+| =TAB= | ~vertico-insert~
|
Note in particular the binding of =TAB= to ~vertico-insert~, which inserts the
currently selected candidate, and the binding of =RET= and =M-RET= to
~vertico-exit~
- [elpa] externals/vertico updated (4a7da56b02 -> c7ed4310a2), ELPA Syncer, 2024/02/12
- [elpa] externals/vertico f91e724ba8 1/6: Bindings from fundamental-mode to Verticle as a table, ELPA Syncer, 2024/02/12
- [elpa] externals/vertico f1e10f585c 2/6: Table formatting,
ELPA Syncer <=
- [elpa] externals/vertico 426f313765 4/6: README: Add installation section, ELPA Syncer, 2024/02/12
- [elpa] externals/vertico 59cc27a868 5/6: README: Formatting, ELPA Syncer, 2024/02/12
- [elpa] externals/vertico 01487ea2e1 3/6: README: Update table, ELPA Syncer, 2024/02/12
- [elpa] externals/vertico c7ed4310a2 6/6: README: Clarify prompt selection, ELPA Syncer, 2024/02/12