Fixed WC command in Vim

This commit is contained in:
Nathan Schneider
2025-01-10 17:12:40 -07:00
parent 6aa429323b
commit cab417311f
+1 -1
View File
@@ -28,7 +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 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>