This commit is contained in:
2021-06-10 22:53:25 +01:00
parent b4987eec8d
commit 2b5957097a

View File

@@ -131,7 +131,7 @@ nnoremap <Leader>} mzF[`a<cr><Esc>``%i<cr><Esc>`zvi[:s/,\s*/,\r/g<cr>vi[=<Esc>`z
command! FormatJSON %!python -m json.tool command! FormatJSON %!python -m json.tool
" Allow saving of files as sudo " Allow saving of files as sudo
command! W execute 'silent! w !sudo /usr/bin/tee % >/dev/nuull' <Bar> edit! command! W execute 'silent! w !sudo /usr/bin/tee % >/dev/null' <Bar> edit!
" }}} " }}}