diff --git a/modules/completion/selectrum/README.org b/modules/completion/selectrum/README.org index 56e7cec2e..5bfae6993 100644 --- a/modules/completion/selectrum/README.org +++ b/modules/completion/selectrum/README.org @@ -88,12 +88,13 @@ commands. These keybindings are available while a search is active: -| Keybind | Description | -|-----------+-----------------------------------------------| -| =C-c C-o= | Open a buffer with your search results | -| =C-c C-e= | Open a writable buffer of your search results | -| =C-SPC= | Preview the current candidate | -| =C-RET= | Open the selected candidate in other-window | +| 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-e= | Open a writable buffer of your search results | +| =C-SPC= | Preview the current candidate | +| =C-RET= | Open the selected candidate in other-window | Changes to the resulting wgrep buffer (opened by =C-c C-e=) can be committed with =C-c C-c= and aborted with =C-c C-k= (alternatively =ZZ= and =ZQ=, for evil diff --git a/modules/completion/selectrum/TODO.org b/modules/completion/selectrum/TODO.org index 8849b490d..0e1f6ca5c 100644 --- a/modules/completion/selectrum/TODO.org +++ b/modules/completion/selectrum/TODO.org @@ -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))) #+end_src 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 ** TODO Icons https://github.com/minad/marginalia/issues/59