Commit graph

10 commits

Author SHA1 Message Date
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