Answers for "vim cant open file for writing"

0

vim cant open file for writing

#close file using following command. This will request for account password
:w !sudo tee %
Posted by: Guest on January-09-2021
7

vim command to open a file

vim filename 
i
*Insert/Edit Text*
*Esc*
:wq       (save the file and exit to commands)
Posted by: Guest on June-06-2020

Code answers related to "vim cant open file for writing"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language