Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emacs-helm/helm-descbinds
- Owner: emacs-helm
- License: gpl-3.0
- Created: 2012-03-18T04:36:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T11:56:36.000Z (9 months ago)
- Last Synced: 2024-08-02T01:26:20.872Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 72.3 KB
- Stars: 115
- Watchers: 10
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
- License: COPYING
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 commandAnd =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