Skip to content

Instantly share code, notes, and snippets.

@mabrizio
Last active January 2, 2016 15:39
Show Gist options
  • Select an option

  • Save mabrizio/8324659 to your computer and use it in GitHub Desktop.

Select an option

Save mabrizio/8324659 to your computer and use it in GitHub Desktop.
Vim cool tips
# Remove all lines starting with the "#" character
:g/^#/d
# Show line numbers
:set number
or
:set nu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment