diff --git a/config.el b/config.el index eebe797..753350b 100644 --- a/config.el +++ b/config.el @@ -140,6 +140,9 @@ ;; Select next occurences of a word (global-set-key (kbd "C-d") 'mc/mark-next-like-this-symbol) +(map! :map global-map + "C-c C-g" #'magit-status) + ;; ============================================================== ;; Envrc ;; ==============================================================