Closed
Description
Originally reported by: Bin Chen (Bitbucket: redguardtoo, GitHub: redguardtoo)
for example, git-timemachine will use "n", "p", "q" "g" key bindings.
I need a list like evil-set-initial-state, but it's for minor-modes.
for certain minor-modes, I could:
-
use the keybindings defined in major-mode, but let this minor mode take precedence
-
OR, use emacs keybindings if the minor is loaded and restore its original key bindings if the minor-mode is turned off.
- Bitbucket: https://bitbucket.org/lyro/evil/issue/511