commit 562d5c36c1ea903925a5d0a31f607056b3cfbd04 parent 90425e35beadb6ea77850199ade325dc64f29352 Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 23 Mar 2023 20:23:54 -0400 Add .lynxrc Diffstat:
M | .gitignore | | | 1 | + |
A | .lynxrc | | | 12 | ++++++++++++ |
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -15,4 +15,5 @@ !.xsession !.Xresources !.cwmrc +!.lynxrc !.tmux.conf diff --git a/.lynxrc b/.lynxrc @@ -0,0 +1,12 @@ +# Lynx terminal browser configuration +# <https://si3t.ch/Logiciel-libre/lynx.xhtml> + +accept_all_cookies=on +bookmark_file=.lynx_bookmarks.html +case_sensitive_searching=off +character_set=UNICODE (UTF-8) +emacs_keys=on +file_sorting_method=BY_FILENAME +preferred_language=en +user_mode=ADVANCED +vi_keys=off