Add vim sudo save functionality

master
Nathan Steel 3 years ago
parent 26a89f53ac
commit 658407e3a3

@ -24,3 +24,5 @@ set wildmenu " Display all the matching files when tab completing
" File Management " File Management
set hidden " Allow switching between buffers without saving set hidden " Allow switching between buffers without saving
" No sudo, no problem
cmap w!! w !sudo tee >/dev/null %

Loading…
Cancel
Save