-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Getting stuck in the helm microstate #2020
Comments
You activated the helm micro-state. https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.md#helm-micro-state |
I cannot reproduce it, are you using the Vim or Emacs style ? |
I guess I don't know what Vim vs Emacs "style" is...but I do use the default Evil keybindings everywhere and my I restarted Emacs and it went away. From looking at the micro-state docs, it does appear to be that. I may accidentally be hitting shift-command-space while in Helm (I have command space bound to Spotlight and afaik command on Mac = Meta). Anyway, I can reproduce it by doing that. However, I'm not able to leave the micro-state, except by restarting Emacs. Hitting s-m-spc again doesn't seem to do anything, and, though perhaps I don't understand Helm Micro-state, I don't expect it to keep me in that state next time I bring up helm, which it's doing. |
yeah, that state does seem to be a little buggy, I've only entered it on accident, which should be impossible because its two keybindings are already bound to other osx things, like alfred. I've never had a problem getting out of it though. Basically, if I'm in an inconsistent state, I just mash |
@jasoncyu No, it doesn't, at least every way I've tried so far. |
@syl20bnr it's |
@icambron I seem to have hit this issue as well. More related to you original title. I can't find files |
possibly related (was trying to reproduce that bug): System Info
(auto-completion better-defaults emacs-lisp markdown git version-control org search-engine
(ranger :variables ranger-show-preview t)
(shell :variables shell-default-height 30 shell-default-position 'bottom)
shell-scripts spell-checking syntax-checking
(evil-snipe :variables evil-snipe-enable-alternate-f-and-t-behaviors t)
autohotkey unimpaired haskell markdown python gnus) |
It can already be helpful to have a visual indicator of being in the |
Edited description: Once in the helm microstate, I can't get back out! It persists across uses of helm and makes it hard to do stuff with numbers.
I have a file in my project called "oauth2" which I'd like to open. I hit
spc p f
and start typing "oauth2". When I enter the "2" the helm buffer takes up the whole screen. Other numbers have different behaviors: "1" or "3" closes it, "4" brings up some kind of completion-algorithm chooser, "5" some kind of regex thingy, and so on. I guess it's some way to switch between helm...things. But it should really be finding the file with the character 2 in it, right?The text was updated successfully, but these errors were encountered: