summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-02-04 09:38:53 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-02-04 09:39:51 +0100
commit415f945c050438f4b1e168239e70fdbb28d37901 (patch)
tree8fa1e4a9daac2e99e39c3b7212d287b05041a325 /README.org
parent1ce7aa2543408333d0f552a1475eef5dce29a5a5 (diff)
Add commands corfu-prompt-beginning and corfu-prompt-end
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.org b/README.org
index 3a84253..f9eed49 100644
--- a/README.org
+++ b/README.org
@@ -434,6 +434,8 @@ The command ~corfu-move-to-minibuffer~ is defined here in terms of
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~