about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2001-02-09 03:00:04 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2001-02-09 03:00:04 -0500
commit2a786b2632ff4fe945cb5826f7a378778caf72eb (patch)
treedc9ae455c293e2362034f81eb872eccf5435992f /lynx.cfg
parentd31fb3c41be5d6e079d415087eda3c03cc34bcdb (diff)
downloadlynx-snapshots-2a786b2632ff4fe945cb5826f7a378778caf72eb.tar.gz
snapshot of project "lynx", label v2-8-4dev_17
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 22a5633e..9d76b0af 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1102,6 +1102,19 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 #
 #LYNX_SIG_FILE:.lynxsig
 
+.h1 Bibliographic Protocol (bibp scheme)
+     
+.h2 BIBP_GLOBAL_SERVER
+# BIBP_GLOBAL_SERVER is the default global server for bibp: links, used
+# when a local bibhost or document-specified citehost is unavailable.
+# Set in userdefs.h and can be changed here.
+#BIBP_GLOBAL_SERVER:http://usin.org/
+
+.h2 BIBP_BIBHOST
+# BIBP_BIBHOST is the URL at which local bibp service may be found, if
+# it exists.   Defaults to http://bibhost/ for protocol conformance, but
+# may be overridden here or via --bibhost parameter.
+#BIBP_BIBHOST:http://bibhost/
 
 .h1 Interaction
 # These settings control interaction of the user with lynx.
@@ -2343,6 +2356,9 @@ MINIMAL_COMMENTS:TRUE
 #KEYMAP:^V:SWITCH_DTD		# Toggle between SortaSGML and TagSoup HTML parsing
 #KEYMAP:0x00:DO_NOTHING		# Does nothing (ignore this key)
 #KEYMAP:0x10E:DO_NOTHING	# Does nothing (ignore this key)
+#KEYMAP:{:SHIFT_LEFT		# shift the screen left
+#KEYMAP:}:SHIFT_RIGHT		# shift the screen right
+#KEYMAP:|:LINEWRAP_TOGGLE	# toggle linewrap on/off, for shift-commands
 #
 .fi
 # In addition to the bindings available by default, the following functions
@@ -2411,9 +2427,11 @@ MINIMAL_COMMENTS:TRUE
 #  BOL		# Go to begin of line
 #  EOL		# Go to end   of line
 #  FORW		# Cursor forwards
+#  FORW_RL	# Cursor forwards or right link
 #  BACK		# Cursor backwards
 #  FORWW	# Word forward
 #  BACKW	# Word back
+#  BACK_LL	# Cursor backwards or left link
 #
 #  DELN		# Delete next/curr char
 #  DELP		# Delete prev      char