From 753b4ec43357cfcd2e0971b3294f20eee6186398 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 12 Feb 2015 21:48:56 -0500 Subject: [PATCH] Display only [?] in startup doc for window manipulation micro-state --- spacemacs/keybindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacemacs/keybindings.el b/spacemacs/keybindings.el index f52b649e9..f8fae1bc1 100644 --- a/spacemacs/keybindings.el +++ b/spacemacs/keybindings.el @@ -301,7 +301,7 @@ (defun spacemacs//window-manipulation-full-doc () "Full documentation for window manipulation micro-state." " - [?] display this menu again + [?] display this help [0,9] go to numbered window [-] [/] [s] [v] [S] [V] split windows bellow|right and focus [c] [C] close current|other windows @@ -347,7 +347,7 @@ (if (symbol-value golden-ratio-mode) "enabled" "disabled"))) (spacemacs|define-micro-state window-manipulation - :doc (spacemacs//window-manipulation-full-doc) + :doc "[?] for help" :bindings ("?" nil :doc (spacemacs//window-manipulation-full-doc)) ("0" select-window-0 :doc (spacemacs//window-manipulation-number-doc))