embark: add more keybinds to embark-collect-mode (#606)

This commit is contained in:
Tianshu Wang 2022-04-02 16:02:11 +08:00 committed by GitHub
parent ecc4ecc288
commit 8342a50830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -41,10 +41,15 @@
;; embark specific commands. `isearch-forward' isn't defined, use
;; `evil-search-forward' instead.
"a" 'embark-act
"A" 'embark-collect-direct-action-minor-mode
"A" 'embark-act-all
"E" 'embark-export ;; was e
"m" 'embark-collect-mark
"T" 'embark-collect-zebra-minor-mode ;; was z
"t" 'embark-collect-toggle-marks
"u" 'embark-collect-unmark
"U" 'embark-collect-unmark-all
(kbd "M-q") 'embark-collect-toggle-view
(kbd "M-a") 'embark-collect-direct-action-minor-mode
"gr" 'revert-buffer))