summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-11-18 20:36:24 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2021-11-18 20:36:24 +0100
commitbad4878c403921cdedf64e6c79d1e2fba1c4dc5e (patch)
treecfd587dc954acdcb5f12c8f5976d267e69cbd7d6 /README.org
parent81453d987ebf2ef213998cba3c23545a4b41bedb (diff)
Add corfu-reset, improve undo handling (Fix #86)
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index d2bd998..14bcad6 100644
--- a/README.org
+++ b/README.org
@@ -144,7 +144,8 @@
- =RET= -> ~corfu-insert~
- =M-g= -> ~corfu-show-location~
- =M-h= -> ~corfu-show-documentation~
- - =C-g=, =ESC ESC ESC= -> ~corfu-quit~
+ - =C-g= -> ~corfu-quit~
+ - ~keyboard-escape-quit~ -> ~corfu-reset~
* Complementary packages
@@ -167,7 +168,6 @@
- Corfu falls back to the default Completion buffer on non-graphical displays,
since Corfu requires child frames.
- - The abort handling could be improved, for example the input could be undone.
- No sorting by history, since ~completion-at-point~ does not
maintain a history (See branch =history= for a possible solution).
- There is currently no equivalent for =company-quickhelp=. Documentation and source