From f044d130c5c29d027b0da31ca5cc807cf4c3ded6 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 20 Jun 2019 16:31:03 +0200 Subject: [PATCH] add w!! command --- init.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.vim b/init.vim index 7a499cf..18e4b45 100644 --- a/init.vim +++ b/init.vim @@ -123,6 +123,10 @@ inoremap jj noremap o o noremap O O +" save with sudo +cmap w!! w !sudo tee > /dev/null % + + "" "" Plugin options ""