Skip to content

Instantly share code, notes, and snippets.

@soardex
Created January 23, 2016 05:32
Show Gist options
  • Save soardex/1a59c2cee24e6c9329cd to your computer and use it in GitHub Desktop.
Save soardex/1a59c2cee24e6c9329cd to your computer and use it in GitHub Desktop.
Vim Save On Read-Only File
# set autoread so there are no interactive Load File option
:set ar
# save the command using tee and discard tee echo
:w !sudo tee % > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment