better setting for lynx browser

This commit is contained in:
Al-Hassan Abdel-Raouf 2020-10-04 17:41:12 +02:00
parent fd1181952e
commit 5302d5cb1f
3 changed files with 6 additions and 19 deletions

View File

@ -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

14
.lynxrc
View File

@ -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

View File

@ -8,5 +8,5 @@ export BROWSER=lynx
export TERM=xterm
export LYNX_CFG=~/.lynx.cfg
export LYNX_CFG=~/.config/lynx/lynx.cfg