diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b4565ed..e9bc647 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -89,7 +89,8 @@ ;; UI (use-package magit :straight t - :bind (("" . magit-status))) + :bind (("" . magit-status) + ("C-x g" . magit-status))) (use-package forge :straight t :after (magit)) (use-package neotree :straight t