From cab417311fd04813613c45281a0dc3b1d7903780 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 10 Jan 2025 17:12:40 -0700 Subject: [PATCH] Fixed WC command in Vim --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index d1907fb..bc23920 100644 --- a/.vimrc +++ b/.vimrc @@ -28,7 +28,7 @@ set shell=bash\ -l " Shortcuts command! Proximate :e ~/Cloud/Notes/Proximate.md -command! wc :w !wc +command! WC :w !wc " Create panda command for pandout command! -nargs=1 Panda :!~/.scripts/panda.sh %