emacs: bind `C-c b' to magit-blame

This commit is contained in:
Jeremy Baxter 2024-04-11 08:58:37 +12:00
parent 0969059fb1
commit 05311629e4

View file

@ -21,6 +21,7 @@
;; key binds ;; key binds
(global-set-key (kbd "C-`") 'other-window) (global-set-key (kbd "C-`") 'other-window)
(global-set-key (kbd "C-c b") 'magit-blame)
(global-set-key (kbd "C-c c") 'compile) (global-set-key (kbd "C-c c") 'compile)
(global-set-key (kbd "C-c r") 'recompile) (global-set-key (kbd "C-c r") 'recompile)