mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor!(vertico): fix embark-collect and rebind to C-c C-l
BREAKING CHANGE: `embark-collect-snapshot` has been renamed upstream to `embark-collect`. Since the `C-s` mnemonic doesn't really make sense anymore, I've moved the binding to `C-c C-l`, which has the nice bonus of being next to the similar `C-c C-;`, and being nicer.
This commit is contained in:
committed by
Henrik Lissner
parent
7121e993ca
commit
fd50f388a4
@ -87,7 +87,7 @@ keybindings are available:
|
||||
| =C-M-j= | (evil) Go to next group |
|
||||
| =C-;= or =<leader> a= | Open an ~embark-act~ menu to chose a useful action |
|
||||
| =C-c C-;= | ~embark-export~ the current candidate list (export to a type-specific buffer) |
|
||||
| =C-c C-s= | ~embark-collect-snapsnot~ the current candidate list (collect verbatim) |
|
||||
| =C-c C-l= | ~embark-collect~ the current candidate list (collect verbatim) |
|
||||
| =C-SPC= | Preview the current candidate |
|
||||
|
||||
~embark-act~ will prompt you with a =which-key= menu with useful commands on the
|
||||
|
Reference in New Issue
Block a user