Use the minibuffer for the window micro-state.

Fixes #763 and #1479
This commit is contained in:
person808 2015-08-29 21:07:24 -10:00 committed by Eivind Fonn
parent 4ed200612d
commit 7bf2314172

View file

@ -445,6 +445,7 @@ Ensure that helm is required before calling FUNC."
(spacemacs|define-micro-state window-manipulation
:doc "[?] for help"
:evil-leader "w."
:use-minibuffer t
:bindings
("?" nil :doc (spacemacs//window-manipulation-full-doc))
("0" select-window-0 :doc (spacemacs//window-manipulation-number-doc))
@ -475,7 +476,7 @@ Ensure that helm is required before calling FUNC."
("K" evil-window-move-very-top :doc (spacemacs//window-manipulation-move-doc))
("L" evil-window-move-far-right :doc (spacemacs//window-manipulation-move-doc))
("o" other-frame :doc (spacemacs//window-manipulation-move-doc))
("R" spacemacs/rotate-windows :doc (spacemacs//window-manipulation-move-doc))
("R" spacemacs/rotate-windows :doc (spacemacs//window-manipulation-move-doc))
("s" split-window-below :doc (spacemacs//window-manipulation-split-doc))
("S" split-window-below-and-focus :doc (spacemacs//window-manipulation-split-doc))
("u" winner-undo :doc (spacemacs//window-manipulation-layout-doc))