Skip to content

Instantly share code, notes, and snippets.

@jwoodlee
Last active December 18, 2015 06:59
Show Gist options
  • Save jwoodlee/5743150 to your computer and use it in GitHub Desktop.
Save jwoodlee/5743150 to your computer and use it in GitHub Desktop.
Vim Tricks
:w !sudo tee % - saves a file as sudo (password prompted) if you forgot to open with sudo in the first place
Copy link

ghost commented Jun 9, 2013

Nice, I like it. Hope I’ll remember to give it a try next time I run into this situation. Thanks, jwoodlee!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment