vimrc modified to write man files

This commit is contained in:
lickthecheese 2020-03-12 21:51:01 -04:00
parent 1924792b82
commit f35904a8bb
3 changed files with 15 additions and 5 deletions

View file

@ -155,7 +155,7 @@ module_app contact.so
module_app debug_cmd.so
#module_app dtmfio.so
#module_app echo.so
#module_app gtk.so
module_app gtk.so
module_app menu.so
#module_app mwi.so
#module_app presence.so

View file

@ -9,10 +9,20 @@
#
"Echo Server" <sip:echo@creytiv.com>
"ltc" <sip:ltc@mcpsmd.org>;presence=p2p
# tilde.tel contacts
"echo test" <sip:1101>
"futel" <sip:1938>
"conference" <sip:1105>
"login" <sip:2063110>
"jan6" <sip:2013114>
"brendo" <sip:2013105>
"ben" <sip:2013102>
"self" <sip:2113103>
"lick" <sip:2013116>
# Access rules
#"Catch All" <sip:*@*>;access=block
"Good Friend" <sip:good@friend.com>;access=allow

2
.vimrc
View file

@ -11,5 +11,5 @@ 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
: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