Commit graph

17 commits

Author SHA1 Message Date
Itai Y. Efrat
d86375a468 selectrum: add icon support
Use the package `all-the-icons-completion` to add icons to vertical
completion buffers.
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
d3eff82b9d selectrum: add experimental vertico flag 2021-07-25 02:50:42 +03:00
Itai Y. Efrat
fad34eb718 selectrum: README changes, TODO overhaul...
- Add explanation for orderless usage
- Minor wording improvements
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
36faa0c258 selectrum: bind embark-act to SPC a and C-;...
not final, might change in the review
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
89fd6b66b3 selectrum: add preview to non-consult functions 2021-07-25 02:50:42 +03:00
Itai Y. Efrat
188fc09d72 selectrum: improve SPC b b
- Now uses a consult backend
- has buffer preview, per workspace narrowing with `$n SPC`
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
23a63ba5c4 selectrum: generalize +selectrum/embark-wgrep
now tries to open a writable export of the same vein.
add exports to `wdired` from `find-file` and `occur-edit` from `consult-line`.
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
308c6798d3 selectrum: drop foo! orderless style dispatch
conflicts with `!` final macros.
also elaborate why we should drop the prescient flag
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
ed922a62cb selectrum: improve bindings
- add missing emacs bindings
- properly feature guard swiper related bindings
- for selectrum, unbind `SPC s B` and temporarily bind `SPC s s` to
  isearch to prevent don't get errors until we decide what to do there.
- update readme to reflect that
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
c349a0a046 selectrum: remove automatic initialisms for M-x etc
Doesn't work if we want to use selectrum highlighting optimizations, see
raxod502/selectrum#539.

Also document `SPC /` being slow.
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
5656e397de selectrum: rework orderless style dispatchers
- make all markers both prefixes and suffixes
- add `\`` affix for initialism
- add initialism matching to be on by default in `symbol` and `command`
- category completions
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
1266ac7b24 selectrum: document orderless style dispatchers 2021-07-25 02:49:41 +03:00
Edmund Miller
341343308a feat(selectrum): Add wgrep 2021-07-25 02:49:41 +03:00
Itai Y. Efrat
c1cbfa03f7 selectrum: use orderless by default 2021-07-25 02:49:41 +03:00
Itai Y. Efrat
f532bfe34b selectrum: document embark-act binding
Also add `C-c C-e` TODO
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
02d4b7d1ec selectrum: add features section to README
Shamelessly stolen from Ivy, still a WIP
2021-07-25 02:49:40 +03:00
Edmund Miller
155f4f6bdd docs(selectrum): Init README 2021-07-25 02:49:40 +03:00