selectrum: document embark-act binding
Also add `C-c C-e` TODO
This commit is contained in:
parent
ff9a15e683
commit
f532bfe34b
2 changed files with 8 additions and 6 deletions
|
@ -89,7 +89,8 @@ commands.
|
||||||
These keybindings are available while a search is active:
|
These keybindings are available while a search is active:
|
||||||
|
|
||||||
| Keybind | Description |
|
| Keybind | Description |
|
||||||
|-----------+-----------------------------------------------|
|
|-----------+----------------------------------------------------|
|
||||||
|
| =C-o= | Open an ~embark-act~ menu to chose a useful action |
|
||||||
| =C-c C-o= | Open a buffer with your search results |
|
| =C-c C-o= | Open a buffer with your search results |
|
||||||
| =C-c C-e= | Open a writable buffer of your search results |
|
| =C-c C-e= | Open a writable buffer of your search results |
|
||||||
| =C-SPC= | Preview the current candidate |
|
| =C-SPC= | Preview the current candidate |
|
||||||
|
|
|
@ -13,6 +13,7 @@ Need to get it to work for other selectrum commands such =SPC h f=.
|
||||||
(map! :map minibuffer-local-map "C-SPC" #'embark-default-action)))
|
(map! :map minibuffer-local-map "C-SPC" #'embark-default-action)))
|
||||||
#+end_src
|
#+end_src
|
||||||
gets us close but moves the cursor to the new screen which is undesirable.
|
gets us close but moves the cursor to the new screen which is undesirable.
|
||||||
|
** TODO =C-C C-e= wgrep fun
|
||||||
* 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue