Answers for "how to save a file when in read only mode vim"

1

vim save read only file

:w !sudo tee % >/dev/null
Posted by: Guest on April-21-2021

Code answers related to "how to save a file when in read only mode vim"

Browse Popular Code Answers by Language