ifosch / keepass-mode

Emacs mode to open KeePass DB
https://github.com/ifosch/keepass-mode
GNU General Public License v3.0
39 stars 5 forks source link

Support evil-mode #14

Open ykgoon opened 3 years ago

ykgoon commented 3 years ago

I'm on evil-mode (Spacemacs), so using this is rather awkward in terms of keybindings. Before I realized it I thought it's bug #9.

To improve UX I added this in my personal config to turn on evil-state for the buffer.

  (add-hook 'keepass-mode-hook (lambda ()
                                 (evil-evilified-state)))

I raise it here to see if it resonate with others. If there's enough of you with this problem we can consider building in evil-friendly behavior.

port19x commented 7 months ago

On vanilla emacs evil-evilified-state does not exist. The evil mode toggle available through C-z by default is sufficient for me