📅  最后修改于: 2022-03-11 14:59:49.443000             🧑  作者: Mango
代码示例1
add into vimrc or similar:
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %