Marc Weber wrote:
Yakov
How would you implement bash Ctrl-k behaviour ? Delete from cursor till
the end of line?

noremap : q:i

? ;-)

Marc


In Normal mode, D (shift-d) deletes from cursor to end-of-line (with a count: on <count> lines including the current one).

See
:help D

HTH,
Tony.

Reply via email to