From bebeb4f5995f52aebaf1b503c9aa955e66ea8fda Mon Sep 17 00:00:00 2001 From: MrZaiko Date: Sun, 20 Apr 2025 00:09:19 +0200 Subject: [PATCH] Add magit shortcut --- config.el | 3 +++ 1 file changed, 3 insertions(+) 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 ;; ==============================================================