How do I delete the next line in vim?
Posted
by Jason Baker
on Super User
See other posts from Super User
or by Jason Baker
Published on 2010-04-16T14:06:40Z
Indexed on
2010/04/16
14:13 UTC
Read the original article
Hit count: 365
In emacs, whenever I want to delete a few lines of text, I just use C-k until all the text is gone. However, in vim it seems a bit more complex. I know I can do d$
to delete until the end of the line and dd
to delete the entire line I'm on, but how do I delete all of the next line?
© Super User or respective owner