[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu f61d540f58 3/6: README: Move key bindings section
From: |
ELPA Syncer |
Subject: |
[elpa] externals/corfu f61d540f58 3/6: README: Move key bindings section above configuration |
Date: |
Mon, 12 Feb 2024 18:57:42 -0500 (EST) |
branch: externals/corfu
commit f61d540f58390e4a1d613631735fb48b9195f974
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README: Move key bindings section above configuration
---
README.org | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/README.org b/README.org
index 58b5d82241..c47690e1bf 100644
--- a/README.org
+++ b/README.org
@@ -63,6 +63,30 @@ provides an alternative overlay-based display.
- Rich set of extensions: Quick keys, Index keys, Sorting by history, Candidate
documentation in echo area, popup or separate buffer.
+* Key bindings
+
+Corfu uses a transient keymap ~corfu-map~ which is active while the popup is
+shown. The keymap defines the following remappings of fundamental commands and
+bindings:
+
+| Binding/Remapping | Corfu command |
+|--------------------------+--------------------------|
+| ~move-beginning-of-line~ | ~corfu-prompt-beginning~ |
+| ~move-end-of-line~ | ~corfu-prompt-end~ |
+| ~beginning-of-buffer~ | ~corfu-first~ |
+| ~end-of-buffer~ | ~corfu-last~ |
+| ~scroll-down-command~ | ~corfu-scroll-down~ |
+| ~scroll-up-command~ | ~corfu-scroll-up~ |
+| ~next-line~, =down=, =M-n= | ~corfu-next~ |
+| ~previous-line~, =up=, =M-p= | ~corfu-previous~ |
+| ~completion-at-point~, =TAB= | ~corfu-complete~ |
+| =RET= | ~corfu-insert~ |
+| =M-g= | ~corfu-info-location~ |
+| =M-h= | ~corfu-info-documentation~ |
+| =M-SPC= | ~corfu-insert-separator~ |
+| =C-g= | ~corfu-quit~ |
+| ~keyboard-escape-quit~ | ~corfu-reset~ |
+
* Installation and Configuration
Corfu is available from [[https://elpa.gnu.org/packages/corfu.html][GNU
ELPA]], such that it can be installed directly via
@@ -479,30 +503,6 @@ The command ~corfu-move-to-minibuffer~ is defined here in
terms of
(add-to-list 'corfu-continue-commands #'corfu-move-to-minibuffer)
#+end_src
-* Key bindings
-
-Corfu uses a transient keymap ~corfu-map~ which is active while the popup is
-shown. The keymap defines the following remappings of fundamental commands and
-bindings:
-
-| Binding/Remapping | Corfu command |
-|--------------------------+--------------------------|
-| ~move-beginning-of-line~ | ~corfu-prompt-beginning~ |
-| ~move-end-of-line~ | ~corfu-prompt-end~ |
-| ~beginning-of-buffer~ | ~corfu-first~ |
-| ~end-of-buffer~ | ~corfu-last~ |
-| ~scroll-down-command~ | ~corfu-scroll-down~ |
-| ~scroll-up-command~ | ~corfu-scroll-up~ |
-| ~next-line~, =down=, =M-n= | ~corfu-next~ |
-| ~previous-line~, =up=, =M-p= | ~corfu-previous~ |
-| ~completion-at-point~, =TAB= | ~corfu-complete~ |
-| =RET= | ~corfu-insert~ |
-| =M-g= | ~corfu-info-location~ |
-| =M-h= | ~corfu-info-documentation~ |
-| =M-SPC= | ~corfu-insert-separator~ |
-| =C-g= | ~corfu-quit~ |
-| ~keyboard-escape-quit~ | ~corfu-reset~ |
-
* Extensions
:properties:
:custom_id: extensions
- [elpa] externals/corfu updated (b48d3017a4 -> ba38c4d750), ELPA Syncer, 2024/02/12
- [elpa] externals/corfu ba38c4d750 6/6: README: Formatting, ELPA Syncer, 2024/02/12
- [elpa] externals/corfu a009ad254f 5/6: README: Formatting, ELPA Syncer, 2024/02/12
- [elpa] externals/corfu 117d48a0be 4/6: README: Add separate installation section, ELPA Syncer, 2024/02/12
- [elpa] externals/corfu f61d540f58 3/6: README: Move key bindings section above configuration,
ELPA Syncer <=
- [elpa] externals/corfu 6809aa3575 2/6: README: Update table, ELPA Syncer, 2024/02/12
- [elpa] externals/corfu 4a7e427c24 1/6: README: Use table for key bindings, ELPA Syncer, 2024/02/12