10 lines
264 B
VimL
10 lines
264 B
VimL
|
|
|
|
" some custom commands
|
|
"
|
|
" insert mom templates
|
|
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
|