commit 142a7bb6233bc80d7497b610bb12373a6254bbae
parent fee9418f804434569cd6f4c029182040fc57833e
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sun, 19 Jan 2020 13:27:44 +0100
vim: just a better command name
Former-commit-id: b1359df0a98ecb9d1e7ae3e9a28037e841d12d12
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -564,7 +564,7 @@ command! CDC cd %:p:h
command! LCDC lcd %:p:h
command! Maketab set noet ts=2 | %retab!
command! Diff w !diff % -
-command! Diffc w !git diff % -
+command! Diffg w !git diff % -
command! Fuckwindows %s/
//g
command! Hexedit %!xxd
command! Unhex %!xxd -r