dotfiles/.vimrc

11 lines
267 B
VimL
Raw Normal View History

2019-07-20 17:49:28 +00:00
" some custom commands
"
" insert mom templates
command Tmomc :r ~/Documents/templates/chapter.mom
command Tmomg :r ~/Documents/templates/general.mom
2019-07-20 18:04:12 +00:00
" run groff+refer on file
2019-07-20 18:13:31 +00:00
:command Groff !refer -PS -e -p ~/Documents/bib % | groff -mom -Tpdf >> ${"%"::-4}.pdf