Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emacs-helm/helm-descbinds

A helm frontend for describe-bindings.
https://github.com/emacs-helm/helm-descbinds

Last synced: 3 days ago
JSON representation

A helm frontend for describe-bindings.

Awesome Lists containing this project

README

        

* Helm Descbinds
** What's this?
Helm Descbinds provides an interface to emacs' =describe-bindings= making the
currently active key bindings interactively searchable with helm.

Additionally you have the following actions
- Execute the command
- Describe the command
- Find the command

And =C-z= will give you a persistent description of the current command.

** Installation
Add followings on your .emacs.
#+BEGIN_SRC elisp
(require 'helm-descbinds)
(helm-descbinds-mode)
#+END_SRC