Answers for "delete keys vim"

0

delete keys vim

x	delete character at cursor
dw	delete a word.
d0	delete to the beginning of a line.
d$	delete to the end of a line.
d)	delete to the end of sentence.
dgg	delete to the beginning of the file.
dG	delete to the end of the file.
dd	delete line
3dd	delete three lines
Posted by: Guest on September-16-2021

Browse Popular Code Answers by Language