added some more commands

This commit is contained in:
LickTheCheese 2019-07-20 14:18:17 -04:00
parent 9446a48d7e
commit 9fa260b941

2
.vimrc
View file

@ -7,4 +7,4 @@ 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 % | groff -mom -Tpdf >> ${"%"::-4}.pdf
:command Groff !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -Tpdf >> ${p::-4}.pdf