summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-02-12 23:24:50 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-02-12 23:24:50 +0100
commit4a7e427c24bacec2a2e43fcedac091f5ac897729 (patch)
treef961ef0ac335eabfcff13060d4cbbc57b2b1746b
parentb48d3017a47706198e04440cc1b3483bdf646771 (diff)
README: Use table for key bindings
-rw-r--r--README.org37
1 files changed, 20 insertions, 17 deletions
diff --git a/README.org b/README.org
index bef6c88..0ffda6c 100644
--- a/README.org
+++ b/README.org
@@ -482,23 +482,26 @@ The command ~corfu-move-to-minibuffer~ is defined here in terms of
* Key bindings
Corfu uses a transient keymap ~corfu-map~ which is active while the popup is
-shown. The keymap defines the following remappings and bindings:
-
-- ~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~
+shown. The keymap defines the following remappings of fundamental commands and
+bindings:
+
+| Binding/Remapping | Corfu |
+|--------------------------+--------------------------|
+| ~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: