Add new stuff

This commit is contained in:
ViktorBarzin 2018-04-02 12:00:02 +03:00
parent 9ef55807c1
commit 1e1749751d

1
.vimrc
View file

@ -103,6 +103,7 @@ vnoremap <BS> d
" Save with <Leader> s
noremap <silent> <Leader>s :update<CR>
noremap <silent> <Leader>S :w !sudo tee % > /dev/null<CR>
" Writes to all buffers when switching to another buffer