commit 065fdef46511ff99fd4fd4c08d3baafb3f544acf
parent 265645502041eeb90c597e2a532ec8076e24810a
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 21 Feb 2020 20:35:57 +0300
add magit binding
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/init.el b/init.el
@@ -20,6 +20,9 @@
(global-set-key (kbd "C-c a") 'org-agenda)
(global-set-key (kbd "C-c c") 'org-capture)
+;; Magit bindings
+(global-set-key (kbd "C-x g") 'magit-status)
+
;; Line number binding
(global-set-key (kbd "C-c r") 'linum-relative-mode)