From cce6ad3a59bca58c8a8f919b1ccd6bcf24fea17a Mon Sep 17 00:00:00 2001 From: Max Willsey Date: Mon, 14 Nov 2016 09:15:22 -0800 Subject: [PATCH] Change `SPC b m` to switch to the messages buffer. --- layers/+distributions/spacemacs-base/keybindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+distributions/spacemacs-base/keybindings.el b/layers/+distributions/spacemacs-base/keybindings.el index f0f5b5454..f0cb1a4c7 100644 --- a/layers/+distributions/spacemacs-base/keybindings.el +++ b/layers/+distributions/spacemacs-base/keybindings.el @@ -123,7 +123,7 @@ "bh" 'spacemacs/home "b C-d" 'spacemacs/kill-matching-buffers-rudely "bn" 'next-buffer - "bm" 'spacemacs/kill-other-buffers + "bm" 'view-echo-area-messages "bN" 'spacemacs/new-empty-buffer "bP" 'spacemacs/copy-clipboard-to-whole-buffer "bp" 'previous-buffer