diff --git a/config.org b/config.org index b007402..f1ac788 100644 --- a/config.org +++ b/config.org @@ -163,6 +163,7 @@ :config (evil-mode 1) (evil-define-key 'normal 'global (kbd "K") #'eldoc-box-help-at-point) + (evil-define-key 'normal 'global (kbd "gg") #'magit-status) (evil-define-key 'normal 'global (kbd "gp") #'diff-hl-show-hunk) (evil-define-key 'normal 'global (kbd "gr") #'diff-hl-revert-hunk) (evil-define-key 'normal 'global (kbd "gs") #'diff-hl-stage-current-hunk)) @@ -349,8 +350,7 @@ magit-completing-read-function 'magit-ivy-completing-read magit-default-tracking-name-function 'magit-default-tracking-name-branch-only magit-push-always-verify nil - magit-restore-window-configuration t) - :bind ("C-x g" . magit-status)) + magit-restore-window-configuration t)) (use-package diff-hl :ensure t