vim howto - write and save to RO only

While working as a normal user, many a times need comes to edit a system file and save it. Instead of closing and redoing it.
the following can help.

:w !sudo tee % > /dev/null