From 6c0c4dcf37eafd4c57828d21b1d29f13d940993c Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 8 Dec 2016 18:16:39 -0800 Subject: [PATCH] Add keybindings for magit clone and init. --- layers/+source-control/git/packages.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layers/+source-control/git/packages.el b/layers/+source-control/git/packages.el index e84c21513..92c70e3c2 100644 --- a/layers/+source-control/git/packages.el +++ b/layers/+source-control/git/packages.el @@ -126,7 +126,9 @@ (spacemacs/declare-prefix "gf" "file") (spacemacs/set-leader-keys "gb" 'spacemacs/git-blame-micro-state + "gc" 'magit-clone "gfh" 'magit-log-buffer-file + "gi" 'magit-init "gL" 'magit-list-repositories "gm" 'magit-dispatch-popup "gs" 'magit-status