This layer provides sensible evilified navigation for Info buffers.
- Evilified keybindings
- Good documentation through a hydra (transient state)
To use this configuration layer, clone it into a directory named info
within
your .emacs.d/private
directory. Subsequently add it to your ~/.spacemacs
.
You will need to add info
to the existing dotspacemacs-configuration-layers
list in this file.
In any Info buffer, press ?
to show a hydra listing available keybindings.
Beside the bindings that are documented in the hydra, the following major mode leader keybindings are available:
Key binding | Description |
---|---|
, h | list info history |
, e c | eval current form |
, e f | eval current defun |