eval in evil: move the cursor past last char

Eric S Fraga e.fraga at ucl.ac.uk
Sun Sep 18 20:11:22 CEST 2011


Lorenz Köhl <rainbowtwigs at googlemail.com> writes:

> Hello,
>
> evil is awesome.
>
> As I was customizing to make my vim and emacs habits non-exclusive I
> realized that C-x C-e (eval-last-sexp) works on the next to last sexp
> and I couldn't move over the last paren as it's usually the last
> character.
>
> How do you eval in evil?

I was just going to ask the same question!  The problem is the mismatch
between emacs point and vi's character position.

In any case, the solution is quite straightforward: put the cursor
(point) at the start of the next line.  Not ideal but it works.

HTH,
eric

-- 
Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D)




More information about the implementations-list mailing list