diff options
| author | Yuwei Tian <fishtai0@gmail.com> | 2022-10-19 19:22:27 +0800 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-17 20:39:49 +0100 |
| commit | c63d92f141613c537ccdd3182efdedf307a9e0d4 (patch) | |
| tree | da48db7ba8844b2974f086352d307d55e2afb87f /README.org | |
| parent | f434fed5f8aec5bef142ad87d3b439841be263e6 (diff) | |
Rename corfu-info to corfu-doc-buffer
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -427,8 +427,8 @@ shown. The keymap defines the following remappings and bindings: - ~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-g= -> ~corfu-doc-buffer-location~ +- =M-h= -> ~corfu-doc-buffer-documentation~ - =M-SPC= -> ~corfu-insert-separator~ - =C-g= -> ~corfu-quit~ - ~keyboard-escape-quit~ -> ~corfu-reset~ @@ -447,7 +447,7 @@ following extensions come with the Corfu ELPA package: - [[https://github.com/minad/corfu/blob/main/extensions/corfu-history.el][corfu-history]]: =corfu-history-mode= to remember selected candidates and to improve sorting. - [[https://github.com/minad/corfu/blob/main/extensions/corfu-indexed.el][corfu-indexed]]: =corfu-indexed-mode= to select indexed candidates with prefix arguments. -- [[https://github.com/minad/corfu/blob/main/extensions/corfu-info.el][corfu-info]]: Actions to access the candidate location and documentation. +- [[https://github.com/minad/corfu/blob/main/extensions/corfu-doc-buffer.el][corfu-doc-buffer]]: Actions to access the candidate location and documentation. - [[https://github.com/minad/corfu/blob/main/extensions/corfu-quick.el][corfu-quick]]: Commands to select using Avy-style quick keys. See the Commentary of those files for configuration details. |
