diff options
author | Vincent Conus <vincent.conus@pm.me> | 2023-09-21 12:33:38 -0600 |
---|---|---|
committer | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-09-21 12:42:55 -0600 |
commit | 72db2833f28577fda968380c3765d873693251f7 (patch) | |
tree | f9a03ca22d78f8ebc739f3616e8fe7aca5ff6ced /extras/dev.el | |
parent | 8f916fb0c4000c729d788874a7330be93f5a83d3 (diff) |
Use standard keybinding for magit-status
Diffstat (limited to 'extras/dev.el')
-rw-r--r-- | extras/dev.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/dev.el b/extras/dev.el index 40dd6cf..87fa7a2 100644 --- a/extras/dev.el +++ b/extras/dev.el @@ -54,8 +54,7 @@ ;; Magit: best Git client to ever exist (use-package magit :ensure t - :bind (("s-g" . magit-status) - ("C-c g" . magit-status))) + :bind (("C-x g" . magit-status))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; |