Magit binding

This commit is contained in:
nemunaire 2021-04-30 12:24:23 +02:00
parent 29129b669a
commit 903b3d4dce
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
(global-set-key (kbd "C-c k") 'kill-this-buffer)
(put 'narrow-to-region 'disabled nil)
;; Magit
(global-set-key (kbd "C-x g") 'magit-status)
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
;; Don't shift-selection
(setq shift-select-mode nil)