Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Created September 22, 2014 13:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brenopolanski/1e9b6f6ec676fac4f686 to your computer and use it in GitHub Desktop.
Save brenopolanski/1e9b6f6ec676fac4f686 to your computer and use it in GitHub Desktop.
Write vim file as superuser

If you find you do not have permission to perform :w, use the following:

:w !sudo tee % > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment