From 2b5957097aa473b490f3e03cf4bb600a3d57d0f1 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 10 Jun 2021 22:53:25 +0100 Subject: [PATCH] FiX typo --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! " }}}