vim:vim_delete_commands
This is an old revision of the document!
VIM - VIM delete commands
x | Delete current character. |
dw | Delete current word. |
dd | Delete current line. |
5dd | Delete five lines. |
d$ | Delete to end of line. |
d0 | Delete to beginning of line. |
:1,.d | Delete to beginning of file. |
:.,$d | Delete to end of file. |
vim/vim_delete_commands.1506089958.txt.gz · Last modified: 2020/07/15 09:30 (external edit)