From 7879072191b99d7fe2658c5c92c7344a43ea9533 Mon Sep 17 00:00:00 2001 From: LickTheCheese Date: Sat, 20 Jul 2019 14:04:12 -0400 Subject: [PATCH] added some more commands --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 2994fa1..6b685c2 100644 --- a/.vimrc +++ b/.vimrc @@ -6,4 +6,5 @@ command Tmomc :r ~/Documents/templates/chapter.mom command Tmomg :r ~/Documents/templates/general.mom - +" run groff+refer on file +:command Groff !refer -PS -e -p ~/Documents/bib $1.mom | groff -mom -Tpdf >> $1.pdf