From 2b663dd1730ac533d650a66535d03225b9dc28e3 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Mon, 21 Oct 2019 13:22:55 -0400 Subject: [PATCH] new mom template --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 047104a..c9a12d5 100644 --- a/.vimrc +++ b/.vimrc @@ -6,6 +6,7 @@ command Tmomc :r ~/Documents/templates/chapter.mom command Tmomg :r ~/Documents/templates/general.mom command Tmomr :r ~/Documents/templates/recipe.mom +command Tmome :r ~/Documents/templates/english.mom " run groff+refer on file :command Groff !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -Tpdf >> ${p::-4}.pdf