Vim Editor ::: Delete One Line Using Vim Editor
To delete one single line in Vim editor:
Press <kbd>ESC</kbd> to move fluidly through your file.
Place your cursor on line you wish to delete.
Delete that line pressing:
dd
or
D
To delete one single line in Vim editor:
Press <kbd>ESC</kbd> to move fluidly through your file.
Place your cursor on line you wish to delete.
Delete that line pressing:
dd
or
D