From 0b01c2f1835c610a5f83176050d23bd7da9bda2e Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 3 Mar 2021 18:18:46 +0100 Subject: [PATCH] Add magit binds --- files/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/init.el b/files/init.el index e8429c4..5fde7cd 100644 --- a/files/init.el +++ b/files/init.el @@ -159,6 +159,8 @@ :general (vim-leader-def 'normal 'global "gj" 'magit-blame + "gc" 'magit-commit + "gp" 'magit-push "gs" 'magit-status "gd" 'magit-diff "gl" 'magit-log