From a599e7a1c78f3d0b1bb82ac6bb0a67f4f8ad393f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 7 Sep 2020 23:22:30 +0100 Subject: Define KBDs for quickly visiting BRIEFCASE magit-status I'd rather be able to jump straight here instead of visiting a file or directory first. --- emacs/.emacs.d/wpc/keybindings.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index a9f902ab98..348b67c2e9 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -36,6 +36,7 @@ (require 'device) (require 'fonts) (require 'bookmark) +(require 'constants) ;; Note: The following lines must be sorted this way. (setq evil-want-integration t) @@ -183,7 +184,10 @@ "n" #'flycheck-next-error "N" #'smerge-next "W" #'balance-windows - "gs" #'magit-status + "gss" #'magit-status + "gsb" (lambda () + (interactive) + (magit-status constants-briefcase)) "E" #'refine "es" #'functions-create-snippet "l" #'linum-mode -- cgit 1.4.1