Answers for "vim sudo write"

0

vim sudo write

For Neovim: https://github.com/lambdalisue/suda.vim

"In init.vim
Plug 'lambdalisue/suda.vim'

Run :SudaRead
It will prompt for password when you next try to :w
Posted by: Guest on March-28-2021
0

vim sudo write

:w !sudo tee %
Posted by: Guest on August-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language