<p>dd always operates on visual lines. Does g0dg$ do what you want  (kill only the current visual line if I understand correctly)? We try not to break Vim compatibility unless we have a good reason to.</p>
<div class="gmail_quote">On Sep 19, 2015 3:32 PM, &quot;William Xu&quot; &lt;<a href="mailto:william.xwl@gmail.com">william.xwl@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
When visual-line-mode is enabled, those emacs movement/deletions/.. keys will<br>
operate on visual line automatically.  e.g, C-a to the beginning of visual line;<br>
C-k will kill current visual line.<br>
<br>
In evil-mode, why do we need additional keys to do that?  Like g0, and dd will<br>
still kill the logical line, not visual line.  Can we have the same behavior as<br>
emacs keys?<br>
<br>
<br>
_______________________________________________<br>
implementations-list mailing list<br>
<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list" rel="noreferrer" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list</a><br>
</blockquote></div>