From 1859b4904eba03480aff6ce739ed32ed7e838a37 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 8 Feb 2019 13:20:54 +0100 Subject: [PATCH] slime: Bind "gz" to slime-switch-to-output-buffer --- evil-collection-slime.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evil-collection-slime.el b/evil-collection-slime.el index a75c720..bfa7e29 100644 --- a/evil-collection-slime.el +++ b/evil-collection-slime.el @@ -153,7 +153,8 @@ (kbd "K") 'slime-describe-symbol (kbd "C-t") 'slime-pop-find-definition-stack ;; goto - "gd" 'slime-edit-definition) + "gd" 'slime-edit-definition + "gz" 'slime-switch-to-output-buffer) (evil-collection-define-key 'normal 'slime-popup-buffer-mode-map ;; quit