wgit status for vim

This commit is contained in:
2025-09-02 16:14:49 +02:00
parent 8f596ba2c4
commit 8beb30f103

View File

@@ -129,3 +129,5 @@ function! HasPaste()
return '' return ''
endfunction endfunction
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %