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