diff --git a/.vimrc b/.vimrc index f4723e0..8ea8fef 100644 --- a/.vimrc +++ b/.vimrc @@ -24,3 +24,5 @@ set wildmenu " Display all the matching files when tab completing " File Management set hidden " Allow switching between buffers without saving +" No sudo, no problem +cmap w!! w !sudo tee >/dev/null %