Save and Quit vim aliases

This commit is contained in:
2016-04-01 18:09:41 +01:00
parent 2f20f4d3cc
commit a1e80f2a27
+5
View File
@@ -33,6 +33,11 @@ noremap <Leader>p "*p
noremap <Leader>Y "+y
noremap <Leader>P "+p
com W w
com Q q
com Wq wq
com WQ wq
" Write with sudo
cmap w!! w !sudo tee > /dev/null %