From 04dd9aeaeedc1ff1dfa2ce43c31a47e68d00d8e8 Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Sat, 26 Sep 2015 16:38:45 -0600 Subject: [PATCH] Bind `SPC g B` to `magit-blame-quit` This will have to do until they fix https://github.com/syl20bnr/spacemacs/issues/2171 --- .spacemacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.spacemacs b/.spacemacs index 97ea76a..c416ef5 100644 --- a/.spacemacs +++ b/.spacemacs @@ -279,6 +279,9 @@ layers configuration. You are free to put any user code." ;; Enable a blinking cursor (blink-cursor-mode t) + + ;; Bind SPC g B to `magit-blame-quit' + (evil-leader/set-key "gB" 'magit-blame-quit) ) ;; Do not write anything past this comment. This is where Emacs will