implementations-list Digest, Vol 49, Issue 11
Michael Markert
markert.michael at googlemail.com
Sun Nov 25 05:37:20 CET 2012
On Sun, Nov 25 2012 (05:02), lv yiwang <lvyiwang.com at gmail.com> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : https://lists.ourproject.org/pipermail/implementations-list/attachments/20121125/b06bd881/attachment.pgp
More information about the implementations-list
mailing list