On Sun, Nov 25 2012 (05:02), lv yiwang <[email protected]> wrote:
> (global-unset-key "\C-o")
> (global-set-key "\C-o" 'evil-execute-in-normal-state)
> The above setting has a lot of bugs ~ And I don't know why ~ So, I
> write the code bellow:
[22 lines snipped]
Let me get this straight: You want to set C-o to
`evil-execute-in-normal-state` in emacs-state?
This should do it:
(define-key evil-emacs-state-map (kbd "C-o") 'evil-execute-in-normal-state)
Michael
pgpuilm31eWwL.pgp
Description: PGP signature
_______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
