about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg
index a0c66519..7cee0b77 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -2162,6 +2162,8 @@ MINIMAL_COMMENTS:TRUE
 #KEYMAP:0x101:NEXT_LINK		# Move to the next link or page
 #KEYMAP:0x10F:FASTBACKW_LINK 	# Back Tab - Move to previous link or text area
 #KEYMAP:^I:FASTFORW_LINK	# Tab key - Move always to next link or text area
+#KEYMAP:^:FIRST_LINK		# Move to the first link on line
+#KEYMAP:$:LAST_LINK		# Move to the last link on line
 #KEYMAP:<:UP_LINK		# Move to the link above
 #KEYMAP:>:DOWN_LINK		# Move to the link below
 #KEYMAP:0x7F:HISTORY		# Show the history list
@@ -2894,3 +2896,15 @@ MINIMAL_COMMENTS:TRUE
 # If set to TRUE, the confirmation prompt is always issued.
 #
 #LEFTARROW_IN_TEXTFIELD_PROMPT:FALSE
+
+.h1 Internal Behavior
+
+.h2 CONNECT_TIMEOUT
+# Specifies (in seconds) connect timeout. Not available under DOS (use
+# sockdelay parameter of wattcp). Default value is rather huge.
+#CONNECT_TIMEOUT:18000
+
+.h2 FTP_PASSIVE
+# Set FTP_PASSIVE to TRUE if you want to use passive mode ftp transfers.
+# You might have to do this if you're behind a restrictive firewall.
+#FTP_PASSIVE:FALSE