[TENTATIVE PATCH] Digraph implementation for Evil

Vegard Øye vegard_oye at hotmail.com
Thu May 19 14:49:43 CEST 2011


On 2011-05-17 15:51 +0200, Nikolai Weibull wrote:

> So I have an implementation of RFC1345 digraphs that I’ve been using
> with viper/vimpulse. I would like to donate it to Evil and figured I
> might as well write the integration patch as well. There does,
> however, not seem to be any insert mode commands yet, so I don’t
> have an example to follow.

Thank you for your interest in Evil! Insert commands are bound in
`evil-insert-state-map', which currently contains only the command for
exiting to Normal state:

    (define-key evil-insert-state-map (kbd "ESC") 'evil-normal-state)

All state bindings are defined in evil-maps.el. The Insert commands
themselves should go in evil-insert.el.

-- 
Vegard



More information about the implementations-list mailing list