From 4d0418c0fade847ead7d8391f6da5a71e6e45c85 Mon Sep 17 00:00:00 2001 From: LickTheCheese Date: Mon, 29 Jul 2019 14:13:23 -0400 Subject: [PATCH] added recipe template --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 4f83049..047104a 100644 --- a/.vimrc +++ b/.vimrc @@ -5,6 +5,7 @@ " insert mom templates command Tmomc :r ~/Documents/templates/chapter.mom command Tmomg :r ~/Documents/templates/general.mom +command Tmomr :r ~/Documents/templates/recipe.mom " run groff+refer on file :command Groff !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -Tpdf >> ${p::-4}.pdf