diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-18 20:36:24 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-18 20:36:24 +0100 |
| commit | bad4878c403921cdedf64e6c79d1e2fba1c4dc5e (patch) | |
| tree | cfd587dc954acdcb5f12c8f5976d267e69cbd7d6 /README.org | |
| parent | 81453d987ebf2ef213998cba3c23545a4b41bedb (diff) | |
Add corfu-reset, improve undo handling (Fix #86)
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
