mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
emacs : register binding
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user