From 1007b920ccda6cc0e315eb0664b8e4dea213a721 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 26 Mar 2024 03:35:16 +0100 Subject: Bind corfu-expand to M-RET --- README.org | 1 + corfu.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 8a94d1b..f66a46a 100644 --- a/README.org +++ b/README.org @@ -87,6 +87,7 @@ bindings: | ~next-line~, =down=, =M-n= | ~corfu-next~ | | ~previous-line~, =up=, =M-p= | ~corfu-previous~ | | ~completion-at-point~, =TAB= | ~corfu-complete~ | +| =M-TAB= | ~corfu-expand~ | | =RET= | ~corfu-insert~ | | =M-g= | ~corfu-info-location~ | | =M-h= | ~corfu-info-documentation~ | diff --git a/corfu.el b/corfu.el index d11d710..e73b032 100644 --- a/corfu.el +++ b/corfu.el @@ -258,6 +258,7 @@ See also the settings `corfu-auto-delay', `corfu-auto-prefix' and "C-g" #'corfu-quit "RET" #'corfu-insert "TAB" #'corfu-complete + "M-TAB" #'corfu-expand "M-g" 'corfu-info-location "M-h" 'corfu-info-documentation "M-SPC" #'corfu-insert-separator) -- cgit v1.0