urlview 619 B

1234567891011121314151617
  1. ##### My (demuredemeanor) .urlview
  2. # Uses shiftwidth=4 for tabs; foldmarker={{{,}}} for folds;
  3. # https://notabug.org/demure/dotfiles/
  4. # legacy repo http://github.com/demure/dotfiles
  5. ###############################################################################
  6. # Urlview configuration file.
  7. # man urlview <Man page>
  8. #
  9. # The defaults are shown here:
  10. #
  11. # REGEXP (((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>"]+|(www|web|w3)\.[-a-z0-9.]+)[^' \t.,;<>"\):]
  12. # COMMAND url_handler.sh '%s'
  13. #
  14. REGEXP (((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>"]+|(www|web|w3)\.[-a-z0-9.]+)[^' \t.,;<>"\):]
  15. COMMAND w3m %s