From 564484bccb77756a5d969591a26f3284e8d408e1 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 17 Feb 2025 13:31:20 -0700 Subject: [PATCH] Added write command to Panda in vim --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()