If you want to rewrite all the default bindings, I would edit the file evil-maps.el, which contains all the default mappings (it uses define-key). If you wanted to change a few things you could do it in your own init files, but if you want to make extensive changes the easiest way will be to change the original definitions.
On 9/23/14, Alan Schmitt <[email protected]> wrote: > Hello, > > I used evil a while back, but I stopped since the physical key positions > were not practical (I was using a dvorak layout then). I would like to > give evil a second try, but this time choosing my own keybindings > adapted to my current layout (bépo). > > I thus have two questions. > > 1. Is there a summary of the default evil bindings, and the functions to > which they are bound? > 2. What is the recommended way to change bindings? I looked at > http://www.emacswiki.org/emacs/Evil and it seems I could simply do > a "(define-key evil-normal-state-map ... ...)". Is there a better way? > > Thanks, > > Alan > > -- > OpenPGP Key ID : 040D0A3B4ED2E5C7 > _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
