selectrum: bind embark-act to SPC a and C-;...

not final, might change in the review
This commit is contained in:
Itai Y. Efrat 2021-05-23 15:11:38 +03:00
parent ed283c6363
commit 36faa0c258
3 changed files with 56 additions and 20 deletions

View file

@ -90,15 +90,15 @@ commands.
These keybindings are available while a search is active:
| 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-M-j= | Scroll down and preview. |
| =C-M-k= | Scroll up and preview. |
| =C-RET= | Open the selected candidate in other-window |
| Keybind | Description |
|---------------------+----------------------------------------------------|
| =C-;=, =<leader> a= | Open an ~embark-act~ menu to chose a useful action |
| =C-c C-;= | 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-M-j= | Scroll down and preview. |
| =C-M-k= | Scroll up and preview. |
| =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