Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm breaks when losing focus #2851

Closed
max-white opened this issue Sep 1, 2015 · 11 comments
Closed

Helm breaks when losing focus #2851

max-white opened this issue Sep 1, 2015 · 11 comments

Comments

@max-white
Copy link

When switching out ouf helm-find-files to another buffer one cannot switch back. Trying to select the helm window with wont work. According to the orange square spacemacs maybe assumes that the helm buffer is a normal file.

helm

@Kethku
Copy link
Contributor

Kethku commented Sep 1, 2015

I've encountered this as well. I find triggering helm afterwards gets it to close. A related problem: if you kill the helm window after it gets glitched, you are unable to move the cursor until you move the cursor with the mouse. To get helm to pop again you have to trigger it twice.

@robbyoconnor
Copy link
Contributor

I also encounter this -- It's never been enough for me to file an issue but it's annoying as hell...@tuhdo?

@TheBB
Copy link
Contributor

TheBB commented Sep 1, 2015

Yeah, me too. I just do as @Devagamster and fire up a quick SPC b b ESC to get it away. You can also get to the minibuffer with an appropriate number of SPC w j at which point you can also ESC out. But it would be nice if there was some kind of "bring me to the minibuffer" binding.

@TheBB
Copy link
Contributor

TheBB commented Sep 1, 2015

Actually, turns out there is one: SPC w b brings you back to the minibuffer if you happen to be out of it. I think that's the best way to deal with this problem.

@robbyoconnor
Copy link
Contributor

I would much rather have had the text input for helm had remained in the minibuffer...The way it is right now breaks shit.

@justbur
Copy link
Contributor

justbur commented Sep 1, 2015

I also vote to use the minibuffer again for helm. I always look in the wrong place for the helm input :-)

@Kethku
Copy link
Contributor

Kethku commented Sep 1, 2015

Is this a setting that was changed?

@TheBB
Copy link
Contributor

TheBB commented Sep 1, 2015

Yes, you can set helm-echo-input-in-header-line to nil.

@syl20bnr
Copy link
Owner

syl20bnr commented Sep 1, 2015

This is one quirk of the UI that we have to live with. Personally I don't mind such issue which results on a mistake on my part, when I learn my editor I also learn how to get out bad situations and rough edges :-)
My solution to this issue was not as elegant as yours, I used to focus the helm buffer back then SPC w c and fd to get out the minibuffer.

Thank you for the tips SPC w b works like a charm :-)

We should document this.

@robbyoconnor
Copy link
Contributor

Works like a charm!

@zilongshanren
Copy link
Contributor

+1 for SPC w b 👍

TheBB added a commit to TheBB/spacemacs that referenced this issue Sep 30, 2015
@TheBB TheBB mentioned this issue Sep 30, 2015
TheBB added a commit to TheBB/spacemacs that referenced this issue Sep 30, 2015
TheBB added a commit to TheBB/spacemacs that referenced this issue Sep 30, 2015
TheBB added a commit to TheBB/spacemacs that referenced this issue Oct 2, 2015
TheBB added a commit that referenced this issue Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants