Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cutting #82

Open
bkthomps opened this issue Nov 8, 2020 · 0 comments
Open

Cutting #82

bkthomps opened this issue Nov 8, 2020 · 0 comments
Assignees
Labels
command New command request

Comments

@bkthomps
Copy link
Owner

bkthomps commented Nov 8, 2020

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.

@bkthomps bkthomps added the command New command request label Nov 8, 2020
@bkthomps bkthomps self-assigned this Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command New command request
Projects
None yet
Development

No branches or pull requests

1 participant