-
-
Notifications
You must be signed in to change notification settings - Fork 389
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-M-x not as convenient as M-x #495
Comments
No. You're completely missing the point of helm -- what's currently in the minibuffer is not important. Don't look at the minibuffer. Look at the the completion window and what's being highlighted; and when you're happy with that, press In your example type "list path". If you prefer the default mental model of looking at the minibuffer, then don't use helm. |
You take me wrong, I do not prefer the default mental model. |
In short, don't press TAB; find unique pattern in your candidate(s) for completion. In your example, typing "lo sh" gives exactly the candidate you want. |
Le Wang [email protected] writes:
We really need a FAQ in the wiki to avoid repeating again and again the Thierry |
I got the point. Thank you both. |
I've added FAQ to the wiki: https://github.com/emacs-helm/helm/wiki#3-emacs-completion-vs-helm @zwz Do you think this text would have been helpful to resolve this question? |
@lewang Yes, it helps! Anyway, I like helm :) |
Ok, closing this, for basic usage of helm please ask on the mailing list. |
Actually, the issue is not the usage model but rather a missed use-case that is important nevertheless - When trying to select something in helm that is similar to one of the options but isn't there; With regular tab completion, I could tab complete and then edit the result to my liking. With helm, 90% of the time one of the presented options is exactly what I need However, 10% of the time you need something that is not quite there (e.g. file name similar to an existing file name but with |
|
|
Originally, you can auto-complete the commands by TAB in M-x.
For example, if you hit M-x, and type "list-*-p", and then hit TAB,
it expands to "list-load-path-shadows", which is very handy.
However, since TAB binds by default to helm-select-action,
if I (global-set-key (kbd "M-x") 'helm-M-x),
I do not know how to do auto-completion (more like guessing) in M-x.
Is there any workaround or configuration I missed?
The text was updated successfully, but these errors were encountered: