From 35a7cab081cb9041cc7d34004e7fe1720c4415b9 Mon Sep 17 00:00:00 2001 From: pupbrained Date: Sat, 5 Oct 2024 01:31:57 -0400 Subject: [PATCH] use better keybind for magit-status --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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