A few questions on Evil
Alexander Shukaev
haroogan at gmail.com
Fri Nov 7 17:59:02 CET 2014
Hello,
everyone!
I have 2 questions on Evil:
1. How to wipe out all the default key maps which are present in
`evil-maps.el' preferably with as few calls as possible? Note that I'm
aware of how to do that with 1 by 1 `undefined' assignmetns, but I'm
looking for something simpler.
2. Is this
(evil-define-key 'normal global-map (kbd "<left>") 'do-something)
indentical to
(define-key evil-normal-state-map (kbd "<left>") 'do-something)
?
Regards,
Alexander.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/implementations-list/attachments/20141107/51327fd4/attachment.htm
More information about the implementations-list
mailing list