discover.el icon indicating copy to clipboard operation
discover.el copied to clipboard

Dired keybinding do not work with evil mode

Open legendre6891 opened this issue 10 years ago • 2 comments

If I have evil mode enabled, then '?' nor any of the other keybindings discover.el set up work in dired mode.

('?' simply performs its usual function dired, dired-summary)

legendre6891 avatar Jan 27 '14 07:01 legendre6891

I've never used Evil but it no doubt overrides all the keybindings, including the ones introduced by discover.

mickeynp avatar Jan 29 '14 23:01 mickeynp

I guess the issue has been resolved already; if not, try adding something like this to your .emacs, (add-to-list 'evil-emacs-state-modes 'dired-mode) (add-to-list 'evil-emacs-state-modes 'makey-key-mode)

sebastiansturm avatar Mar 05 '14 00:03 sebastiansturm