summaryrefslogtreecommitdiffstats
path: root/.urlview
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-01 11:08:13 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-01 11:08:13 -0500
commitfd0cb2c7f2db0514af0ce60d26dd8a366ba91f7b (patch)
tree9d4d2a82bc1bc5085f27e584d38ae060d4bc8c1b /.urlview
parentb9bfd8fb7b1bea30d2cbffc22d3058b8aeeb2dd5 (diff)
downloadeibhear-fd0cb2c7f2db0514af0ce60d26dd8a366ba91f7b.tar.gz
eibhear-fd0cb2c7f2db0514af0ce60d26dd8a366ba91f7b.tar.zst
eibhear-fd0cb2c7f2db0514af0ce60d26dd8a366ba91f7b.zip
cleanup
Diffstat (limited to '.urlview')
-rw-r--r--.urlview29
1 files changed, 0 insertions, 29 deletions
diff --git a/.urlview b/.urlview
deleted file mode 100644
index 17f3ca2..0000000
--- a/.urlview
+++ /dev/null
@@ -1,29 +0,0 @@
-###############################################################################
-# Urlview configuration file.
-# man urlview <Man page>
-#
-# Put this file in: $HOME/.urlview
-# Put url_handler.sh in: /usr/bin
-#
-# You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys.
-# Put these macros in your $HOME/.muttrc file.
-#
-# macro index \cb |urlview\n
-# macro pager \cb |urlview\n
-#
-# You can call 'urlview' while in 'tin' by pressing | then a for article,
-# put urlview as the pipe command.
-#
-# Regular expression to use to match URLs.
-
-#REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
-REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
-
-# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh
-# shell script. Alternatively, you can leave COMMAND unset and set the BROWSER
-# environment variable instead.
-
-#COMMAND lynx %s
-#COMMAND netscape -remote 'openURL(%s)'
-COMMAND linkhandler
-