Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use separator character for boundary quit logic and prefix sort #120

Merged
merged 17 commits into from
Feb 7, 2022
Prev Previous commit
Next Next commit
README updates
  • Loading branch information
minad committed Feb 7, 2022
commit f721601dd4bb8c412b4789825b8479dd91f61410
5 changes: 5 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ Then, when a new orderless component is desired, simply use =M-SPC=
input, and arbitrary orderless search terms and new separators can be entered
thereafter.

Note that ~corfu-separator~ replaced and obsoleted ~corfu-quit-at-boundary~. If you
want to restore the old behavior of ~corfu-quit-at-boundary=t~ you can bind
~corfu-insert-separator~ to =SPC= in ~corfu-map~.

#+begin_src emacs-lisp
(use-package corfu
;; Orderless customizations
Expand Down Expand Up @@ -294,6 +298,7 @@ moves to the next candidate and further input will then commit the selection.
- =RET= -> ~corfu-insert~
- =M-g= -> ~corfu-show-location~
- =M-h= -> ~corfu-show-documentation~
- =M-SPC= -> ~corfu-insert-separator~
- =C-g= -> ~corfu-quit~
- ~keyboard-escape-quit~ -> ~corfu-reset~

Expand Down