Skip to content

Instantly share code, notes, and snippets.

@domwom
Created May 11, 2010 09:43
Show Gist options
  • Save domwom/397127 to your computer and use it in GitHub Desktop.
Save domwom/397127 to your computer and use it in GitHub Desktop.
becoming root within vim
# becoming root within vim
cmap w!! %!sudo tee > /dev/null %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment