diff --git a/init.vim b/init.vim index 1beb7ee..20a3e0d 100644 --- a/init.vim +++ b/init.vim @@ -131,7 +131,7 @@ nnoremap } mzF[`a``%i`zvi[:s/,\s*/,\r/gvi[=`z command! FormatJSON %!python -m json.tool " Allow saving of files as sudo -command! W execute 'silent! w !sudo /usr/bin/tee % >/dev/nuull' edit! +command! W execute 'silent! w !sudo /usr/bin/tee % >/dev/null' edit! " }}}