From: Samir Benmendil Date: Mon, 1 Jan 2018 23:19:39 +0000 (+0000) Subject: vim: use eunuch instead of my own "write as root" cabbrev X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/81e64f43861e57f9d427652a15c78dc25330cedf?ds=sidebyside vim: use eunuch instead of my own "write as root" cabbrev --- diff --git a/vim/vimrc b/vim/vimrc index 9767cb1..8a84380 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -489,7 +489,7 @@ nnoremap za vnoremap zf " save with sudo -cabbrev w!! w !sudo tee % > /dev/null +cabbrev w!! SudoWrite " uppercase previous word inoremap gUiwgi