created wc shortcut in vim

This commit is contained in:
Nathan Schneider
2025-01-10 17:11:19 -07:00
parent 723da52a9e
commit 6aa429323b
+1
View File
@@ -28,6 +28,7 @@ set shell=bash\ -l
" Shortcuts " Shortcuts
command! Proximate :e ~/Cloud/Notes/Proximate.md command! Proximate :e ~/Cloud/Notes/Proximate.md
command! wc :w !wc
" Create panda command for pandout " Create panda command for pandout
command! -nargs=1 Panda :!~/.scripts/panda.sh % <args> command! -nargs=1 Panda :!~/.scripts/panda.sh % <args>