selectrum: update TODO.org

This commit is contained in:
Itai Y. Efrat 2021-04-25 21:36:21 +03:00
parent dc5442f78f
commit 55e4afa77f

View file

@ -5,6 +5,9 @@
Probably due to live preview, but gets much faster on subsequent calls. Probably due to live preview, but gets much faster on subsequent calls.
** TODO Add vanilla keybindings ** TODO Add vanilla keybindings
*** TODO Add keybinding for embark-act *** 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 * PROJ List of things needed for Ivy parity
** TODO Icons ** TODO Icons
https://github.com/minad/marginalia/issues/59 https://github.com/minad/marginalia/issues/59
@ -12,5 +15,6 @@ https://github.com/minad/marginalia/issues/59
In ivy, backspace on =/foo/bar/!= (where =!= is the cursor) leads to =/foo/!= In ivy, backspace on =/foo/bar/!= (where =!= is the cursor) leads to =/foo/!=
In selectrum, it leads to =/foo/bar!= In selectrum, it leads to =/foo/bar!=
** TODO =SPC s B= ** TODO =SPC s B=
** TODO ~:pg~ support
* PROJ Other * PROJ Other
** TODO bind =consult-lsp-diagnostics= to something? ** TODO bind =consult-lsp-diagnostics= to something?