Open2

[vim] vscodeコマンドに打ち勝つ

AkidoAkido

Delete multiple lines

in normal mode

dw # delete word
:[num to delete from cursor]d
:[from],[to]d

0 or 1 to specify start of file
$ to specify end of file