ubuntu:vim:vim_delete_commands
This is an old revision of the document!
Ubuntu - 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. |
ubuntu/vim/vim_delete_commands.1575497429.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)