selectrum: improve SPC b b

- Now uses a consult backend
- has buffer preview, per workspace narrowing with `$n SPC`
This commit is contained in:
Itai Y. Efrat 2021-05-21 16:38:54 +03:00
parent 23a63ba5c4
commit 188fc09d72
4 changed files with 59 additions and 10 deletions

View file

@ -133,7 +133,12 @@ An ~occur-edit~ buffer can be opened from ~consult-line~ with =C-c C-e=.
| =SPC b b=, =SPC ,= | Switch to buffer in current workspace |
| =SPC b B=, =SPC <= | Switch to buffer |
~find-file~ commands support exported to a =wdired= buffer using =C-c C-e=.
=SPC b b= and =SPC ,= support changing the workspace you're selecting a buffer from
via [[https://github.com/minad/consult#narrowing-and-grouping][Consult narrowing]], e.g. if you're on the first workspace, you can switch to
selecting a buffer from the third workspace by typing =3 SPC= into the prompt,
or the last workspace by typing =0 SPC=.
=SPC f f= and =SPC .= support exporting to a =wdired= buffer using =C-c C-e=.
*** Search
| Keybind | Description |