vim保存root文件

1、使用

:w !sudo tee %

2、在vimrc文件中保存

command -nargs=? Sudow :w !sudo tee %


你可能感兴趣的:(root,vim)