mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -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
@@ -173,7 +173,7 @@ orderless."
|
||||
(:map minibuffer-local-map
|
||||
"C-;" #'embark-act
|
||||
"C-c C-;" #'embark-export
|
||||
"C-c C-s" #'embark-collect-snapshot
|
||||
"C-c C-l" #'embark-collect
|
||||
:desc "Export to writable buffer" "C-c C-e" #'+vertico/embark-export-write)
|
||||
(:leader
|
||||
:desc "Actions" "a" #'embark-act)) ; to be moved to :config default if accepted
|
||||
|
Reference in New Issue
Block a user