Created
November 13, 2020 20:15
-
-
Save StuffbyYuki/08cc6001d3ed6aed55752fcb4c9f3018 to your computer and use it in GitHub Desktop.
Vim: delete line(s)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # do this when you're normal mode. | |
| # dd -> delete 1 current line | |
| # 10dd -> delete 10 from the current line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment