From 1e1749751d759959c8275b6eecfb62ae4c22f0e5 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Mon, 2 Apr 2018 12:00:02 +0300 Subject: [PATCH] Add new stuff --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index a90b3ee..610e171 100644 --- a/.vimrc +++ b/.vimrc @@ -103,6 +103,7 @@ vnoremap d " Save with s noremap s :update +noremap S :w !sudo tee % > /dev/null " Writes to all buffers when switching to another buffer