From f35904a8bb7d3651ea805e355d9b7c1c29b75a38 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Thu, 12 Mar 2020 21:51:01 -0400 Subject: [PATCH] vimrc modified to write man files --- .baresip/config | 2 +- .baresip/contacts | 16 +++++++++++++--- .vimrc | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.baresip/config b/.baresip/config index 4be9635..b2b7694 100644 --- a/.baresip/config +++ b/.baresip/config @@ -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 diff --git a/.baresip/contacts b/.baresip/contacts index e5f452f..da2e3bf 100644 --- a/.baresip/contacts +++ b/.baresip/contacts @@ -9,10 +9,20 @@ # -"Echo Server" -"ltc" ;presence=p2p + +# tilde.tel contacts +"echo test" +"futel" +"conference" + +"login" +"jan6" +"brendo" +"ben" + +"self" +"lick" # Access rules #"Catch All" ;access=block -"Good Friend" ;access=allow diff --git a/.vimrc b/.vimrc index d86445b..fc588b8 100644 --- a/.vimrc +++ b/.vimrc @@ -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