aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Conus <vincent.conus@pm.me>2023-09-21 12:33:38 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-09-21 12:42:55 -0600
commit72db2833f28577fda968380c3765d873693251f7 (patch)
treef9a03ca22d78f8ebc739f3616e8fe7aca5ff6ced
parent8f916fb0c4000c729d788874a7330be93f5a83d3 (diff)
Use standard keybinding for magit-status
-rw-r--r--README.md13
-rw-r--r--extras/dev.el3
2 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c030e2..3d550b5 100644
--- a/README.md
+++ b/README.md
@@ -215,6 +215,10 @@ See the [issue tracker](https://todo.sr.ht/~ashton314/emacs-bedrock) on SourceHu
## Changelog
+ - Development
+
+ Change magit keybinding to standard `C-x g`; drop non-standard ones. (Thanks Vincent Conus!)
+
- 1.2.0
2023-09-21
@@ -265,6 +269,15 @@ See the [issue tracker](https://todo.sr.ht/~ashton314/emacs-bedrock) on SourceHu
## Authors
+Creator and maintainer:
+
- Ashton Wiersdorf https://lambdaland.org
+Contributors:
+
+ - George Kettleborough
+ - Enzo Do Rosario
+ - Ed Singleton
+ - Vincent Conus
+
[^1]: https://karthinks.com/software/avy-can-do-anything/
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)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;