doomemacs/modules/completion/selectrum/TODO.org
2021-07-25 02:49:41 +03:00

20 lines
825 B
Org Mode

* PROJ List of things not working
** TODO Functions very slow on startup:
- =consult-recent-files=
- =consult-bookmark=
Probably due to live preview, but gets much faster on subsequent calls.
** TODO Add vanilla keybindings
*** TODO Add keybinding for embark-act
** TODO =SPC s s= and =SPC s S= ~:sw~
There isn't really a selectrum analogue to ~swiper-isearch~, ~consult-isearch~
does something else (give you previously used isearch search terms).
* PROJ List of things needed for Ivy parity
** TODO Icons
https://github.com/minad/marginalia/issues/59
** TODO make backspace work in filepath searching
In ivy, backspace on =/foo/bar/!= (where =!= is the cursor) leads to =/foo/!=
In selectrum, it leads to =/foo/bar!=
** TODO =SPC s B=
** TODO ~:pg~ support
* PROJ Other
** TODO bind =consult-lsp-diagnostics= to something?