I use helm
to do the common stuff and I have my "helm minibuffer" on top of the helm buffers. Therefore I don't really need the regular minibuffer anymore, except when I have to pass arguments to commands.
So I'm looking for a way to dynamically display the minibuffer, when I'm using M-x
. In other words, I don't want the minibuffer to be displayed, except I am really using it.
windmove
inside the helm minibuffer ? It works in the regular minibuffer, but when I use your function from above,windmove
won't work. – bertfred May 04 '16 at 06:23