danil / ido-describe-bindings

ido-describe-bindings deprecated, use counsel-descbinds

Home Page:https://melpa.org/#/ido-describe-bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MELPA

Ido describe bindings

ido-describe-bindings deprecated, use counsel-descbinds

Yet another describe-bindings with ido.

ido-describe-bindings

Inspired by Chris Barrett's show-key-bindings function https://stackoverflow.com/questions/15938272/is-there-an-emacs-encyclopedia-of-keybindings#15939667

Dependencies

Installation

Via melpa: M-x package-install ido-describe-bindings.

Settings

You may want to bind ido-describe-bindings to a convenient keystroke. In my setup, I bound it to b in help-map. By default it is C-h b.

(eval-after-load 'help
                 (define-key help-map (kbd "b") 'ido-describe-bindings))

Optionally

You can configure ido-vertical-mode or ido-grid-mode

Alternatives

About

ido-describe-bindings deprecated, use counsel-descbinds

https://melpa.org/#/ido-describe-bindings

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%