Skip to content

Instantly share code, notes, and snippets.

@MaciekBaron
Created July 10, 2014 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaciekBaron/ff69aad6ab593be6a956 to your computer and use it in GitHub Desktop.
Save MaciekBaron/ff69aad6ab593be6a956 to your computer and use it in GitHub Desktop.
vim: You can type w!! in vim to write to a read-only file (will ask for your password)
cmap w!! %!sudo tee > /dev/null %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment