You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dd - Delete (cut) the current line, including the newline character.
d$ - Delete (cut) everything from the cursor to the end of the line.
d^ - Delete (cut) everything from the cursor to the start of the line.
dw - Delete (cut) to the start of the next word.
diw – Delete (cut) the current word.
The text was updated successfully, but these errors were encountered:
dd - Delete (cut) the current line, including the newline character.
d$ - Delete (cut) everything from the cursor to the end of the line.
d^ - Delete (cut) everything from the cursor to the start of the line.
dw - Delete (cut) to the start of the next word.
diw – Delete (cut) the current word.
The text was updated successfully, but these errors were encountered: