-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
counsel-describe-prefix-bindings ? #332
Comments
I'm closing the issue, since @larkery made its version using So now I have got this while typing C-x C-h [EDIT] Typo in larkery name. |
abo-abo
added a commit
that referenced
this issue
Jan 12, 2016
* ivy.el (ivy-read-action): Update prompt for "C-M-a". * counsel.el (counsel--find-symbol): Use ivy-window. (counsel--descbinds-cands): New defun. (counsel-descbinds-history): New defvar. (counsel-descbinds-action-describe): New defun. (counsel-descbinds-action-find): New defun. (counsel-descbinds-action-info): New defun. (counsel-descbinds): New command. Very similar to `counsel-M-x', except that only bound commands are displayed. Fixes #332
Have a look at |
Oh it is great, thank you! I will bind it to some key. |
🎆 Helm goes bye-bye from my Emacs. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this feature for ido: ido-describe-prefix-bindings.el.
Here is what it gives with ido-grid-mode.el (which may worth having a look by the way) after pressing C-x C-h:
This does not work with ido (not be comptible with emacs 24.5 or 25.1.50?), but I think this feature would be great for ivy.
Maybe this could also fit to hydra: complete next possible commands (those bound to keys in the hydra) with a completion system such as ivy.
Another possibility for hydra would be creating a hydra after any key (C-x) with C-h, with next possible commands as either commands to execute (C-x, C-u...) or hydras to call (r, n...).
r, n...).
Maybe I can talk about it to the author of which-key as well.
Again, I'm sharing my thoughts, and not making a request.
The text was updated successfully, but these errors were encountered: