my mom does not work with zsh idk why lol
This commit is contained in:
parent
4fcfe7cf10
commit
af55c83e9d
1 changed files with 3 additions and 3 deletions
6
.vimrc
6
.vimrc
|
@ -10,9 +10,9 @@ command Tmome :r ~/Documents/templates/english.mom
|
|||
command Tmd :r ~/Documents/templates/md.html
|
||||
|
||||
" run groff+refer on file
|
||||
:command Groff !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -Tpdf > ${p::-4}.pdf
|
||||
:command Grofft !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -T ascii > ${p::-4}.txt
|
||||
:command Man !p="%"; groff -man -T ascii ${p::-4}.man > ${p::-4}.txt
|
||||
:command Groff !sh -c 'p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -Tpdf > ${p::-4}.pdf'
|
||||
:command Grofft !sh -c 'p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -T ascii > ${p::-4}.txt'
|
||||
:command Man !sh -c 'p="%"; groff -man -T ascii ${p::-4}.man > ${p::-4}.txt'
|
||||
|
||||
:command Md !p="%"; cmark --unsafe ${p::-3}.md | h2p - ${p::-3}.pdf
|
||||
|
||||
|
|
Loading…
Reference in a new issue