diff --git a/.vimrc b/.vimrc index 63e41b8..32e394a 100644 --- a/.vimrc +++ b/.vimrc @@ -36,7 +36,7 @@ command! Proximate :e ~/Cloud/Notes/Proximate.md command! WC :w !wc " Create panda command for pandout -command! -nargs=1 Panda :!~/.scripts/panda.sh % +command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % ' " Plugins call plug#begin()