2021-04-10 14:59:16 +03:00
|
|
|
* PROJ List of things not working
|
2021-04-25 21:08:13 +03:00
|
|
|
** TODO Functions very slow on startup:
|
|
|
|
- =consult-recent-files=
|
|
|
|
- =consult-bookmark=
|
2021-04-27 02:45:07 +03:00
|
|
|
preview deactivated for now (see consult use-package)
|
2021-02-16 20:16:29 -06:00
|
|
|
** TODO Add vanilla keybindings
|
2021-02-17 16:58:08 -06:00
|
|
|
*** TODO Add keybinding for embark-act
|
2021-04-25 21:36:21 +03:00
|
|
|
** 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).
|
2021-04-27 02:49:47 +03:00
|
|
|
** TODO fix C-SPC
|
|
|
|
currently after executing the action it:
|
|
|
|
- moves the cursor to the new window if created, might not be desired in all cases
|
|
|
|
- for some reason opens buffers in a new window (might be upstream bug?)
|
2021-04-10 14:59:16 +03:00
|
|
|
* 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=
|
2021-04-25 21:36:21 +03:00
|
|
|
** TODO ~:pg~ support
|
2021-04-25 17:10:07 +03:00
|
|
|
* PROJ Other
|
|
|
|
** TODO bind =consult-lsp-diagnostics= to something?
|