Skip to content

Instantly share code, notes, and snippets.

@StuffbyYuki
Created November 13, 2020 20:15
Show Gist options
  • Select an option

  • Save StuffbyYuki/08cc6001d3ed6aed55752fcb4c9f3018 to your computer and use it in GitHub Desktop.

Select an option

Save StuffbyYuki/08cc6001d3ed6aed55752fcb4c9f3018 to your computer and use it in GitHub Desktop.
Vim: delete line(s)
# 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