dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 678214b824de2bf0276432a03594d1e9de7be80f
parent 204472918ccefb71a3919d7e8f4caa3abfc5e5b1
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 29 May 2018 14:44:40 +0200

Added vim w!! mapping for write with sudo

Diffstat:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -27,6 +27,7 @@ set incsearch " Key bindings nnoremap ; : map q: <Nop> +cmap w!! w !sudo tee > /dev/null % " netrw configs let g:netrw_banner = 0