emacs : register binding

This commit is contained in:
2023-02-16 17:56:02 +09:00
parent 5d4423bb38
commit f3b9bc3fd8

View File

@ -622,6 +622,10 @@ for managing keybindings.
"p d" '(project-dired :which-key "dired")
;;"p g" '(project-find-regexp :which-key "find-regexp")
"p g" '(consult-ripgrep :which-key "ripgrep")
;; register
"r" '(:ignore t :which-key "register")
"r y" '(consult-register-save :which-key "yank to register")
"r p" '(consult-register-load :which-key "paste to buffer")
;; Extra
"t" '(:ignore t :which-key "extra")
"t a" '(toggle-transparency :which-key "Toggle Transparency")