Added write command to Panda in vim

This commit is contained in:
Nathan Schneider
2025-02-17 13:31:20 -07:00
parent e0f687ceb3
commit 564484bccb
+1 -1
View File
@@ -36,7 +36,7 @@ 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 execute ':w' | execute ':!~/.scripts/panda.sh % <args>'
" Plugins " Plugins
call plug#begin() call plug#begin()