diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:46 +0000 |
commit | 4fb97347775f483958218524b98859fdfbfcb9b4 (patch) | |
tree | 7fe75657713c03a168f89536db53753205d81386 /.w3m/config | |
parent | updates (diff) | |
download | scripts-4fb97347775f483958218524b98859fdfbfcb9b4.tar.gz scripts-4fb97347775f483958218524b98859fdfbfcb9b4.zip |
updates
Diffstat (limited to '.w3m/config')
-rw-r--r-- | .w3m/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.w3m/config b/.w3m/config index 9d3886b..b147f5a 100644 --- a/.w3m/config +++ b/.w3m/config @@ -1,4 +1,4 @@ -tabstop 8 +tabstop 4 indent_incr 4 pixel_per_char 9 pixel_per_line 19 @@ -14,7 +14,7 @@ ext_dirlist 1 dirlist_cmd file:///$LIB/dirlist.cgi use_dictcommand 1 dictcommand file:///$LIB/w3mdict.cgi -multicol 0 +multicol 1 alt_entity 0 graphic_char 1 display_borders 1 @@ -48,7 +48,7 @@ visited_anchor 1 visited_color magenta pagerline 10000 use_history 1 -history 100 +history 1000 save_hist 1 confirm_qq 1 close_tab_back 0 @@ -76,7 +76,7 @@ index_file mime_types ~/.w3m/mime.types, /etc/mime.types mailcap ~/.w3m/mailcap, /etc/w3m/mailcap, /etc/mailcap urimethodmap ~/.w3m/urimethodmap, /etc/w3m/urimethodmap -editor /bin/vi +editor /usr/bin/vim mailto_options 1 mailer gnome-open mailto:%s extbrowser gnome-open @@ -97,7 +97,7 @@ ftppass_hostnamegen 0 pre_form_file ~/.w3m/pre_form siteconf_file ~/.w3m/siteconf user_agent Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36 -no_referer 0 +no_referer 1 accept_language en;q=1.0 accept_encoding gzip, compress, bzip, bzip2, deflate accept_media text/html, text/*;q=0.5, image/*, audio/*, application/* @@ -114,7 +114,7 @@ use_proxy 1 http_proxy https_proxy ftp_proxy -no_proxy +no_proxy localhost,127.0.0.0/16 noproxy_netaddr 0 no_cache 0 ssl_forbid_method @@ -124,7 +124,7 @@ ssl_key_file ssl_ca_path /etc/pki/tls/certs/ ssl_ca_file use_cookie 1 -show_cookie 0 +show_cookie 1 accept_cookie 1 accept_bad_cookie 0 cookie_reject_domains |