diff --git a/.lynx.cfg b/.config/lynx/lynx.cfg similarity index 99% rename from .lynx.cfg rename to .config/lynx/lynx.cfg index b75e86c..1d22bd5 100644 --- a/.lynx.cfg +++ b/.config/lynx/lynx.cfg @@ -1527,7 +1527,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ .h2 EMACS_KEYS_ALWAYS_ON # Vi or Emacs movement keys, i.e. familiar hjkl or ^N^P^F^B . # These are defaults, which can be changed in the Options Menu or .lynxrc . -#VI_KEYS_ALWAYS_ON:FALSE +VI_KEYS_ALWAYS_ON:TRUE #EMACS_KEYS_ALWAYS_ON:FALSE .h2 DEFAULT_KEYPAD_MODE @@ -1543,7 +1543,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # This may be overridden by the keypad_mode setting in .lynxrc, # and can also be changed via the Options Menu. # -#DEFAULT_KEYPAD_MODE:NUMBERS_AS_ARROWS +DEFAULT_KEYPAD_MODE:LINKS_AND_FIELDS_ARE_NUMBERED .h2 NUMBER_LINKS_ON_LEFT .h2 NUMBER_FIELDS_ON_LEFT @@ -1588,7 +1588,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # (see below), via the 'o'ptions menu, and can save those definitions # in the .lynxrc file. # -#DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html +DEFAULT_BOOKMARK_FILE:~/.config/lynx/lynx_bookmarks.html .h2 MULTI_BOOKMARK_SUPPORT # If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see @@ -1644,7 +1644,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # unless you know EVERY user will know how to use it; # users can easily define their own editor in the Options Menu. # -#DEFAULT_EDITOR: +DEFAULT_EDITOR:vis .h2 SYSTEM_EDITOR # SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR, @@ -1670,6 +1670,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ #POSITIONABLE_EDITOR:pico #POSITIONABLE_EDITOR:rjoe #POSITIONABLE_EDITOR:vi +POSITIONABLE_EDITOR:vis .h1 Proxy diff --git a/.lynxrc b/.lynxrc deleted file mode 100644 index 82da5b5..0000000 --- a/.lynxrc +++ /dev/null @@ -1,14 +0,0 @@ -# file_editor specifies the editor to be invoked when editing local files -# or sending mail. If no editor is specified, then file editing is disabled -# unless it is activated from the command line, and the built-in line editor -# will be used for sending mail. -file_editor=vis - -# If vi_keys is set to "on", then the normal VI movement keys: -# j = down k = up -# h = left l = right -# will be enabled. These keys are only lower case. -# Capital 'H', 'J' and 'K will still activate help, jump shortcuts, -# and the keymap display, respectively. -vi_keys=on - diff --git a/.profile b/.profile index 4a186b6..2775809 100644 --- a/.profile +++ b/.profile @@ -8,5 +8,5 @@ export BROWSER=lynx export TERM=xterm -export LYNX_CFG=~/.lynx.cfg +export LYNX_CFG=~/.config/lynx/lynx.cfg