Simplify purpose-mode configuration
This commit is contained in:
parent
787943df9e
commit
271d87f6a6
13 changed files with 76 additions and 107 deletions
14
04magit.el
14
04magit.el
|
|
@ -1,9 +1,7 @@
|
|||
;; Magit
|
||||
(evil-leader/set-key
|
||||
"gs" 'magit-status
|
||||
"gco" 'magit-checkout
|
||||
;; TODO: Connect these two into one key
|
||||
"gb" 'magit-blame
|
||||
"gq" 'magit-blame-quit)
|
||||
; Magit
|
||||
(require 'magit)
|
||||
|
||||
;; (require 'evil-magit)
|
||||
(global-set-key (kbd "<f5> c") 'magit-checkout)
|
||||
(global-set-key (kbd "<f5> b") 'magit-blame)
|
||||
(define-key magit-blame-mode-map (kbd "<f5> b") 'magit-blame-quit)
|
||||
(global-set-key (kbd "<f5> g") 'magit-status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue