emacs: bind `C-c b' to magit-blame
This commit is contained in:
parent
0969059fb1
commit
05311629e4
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
;; key binds
|
||||
(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 r") 'recompile)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue