diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 56 |
1 files changed, 50 insertions, 6 deletions
diff --git a/lynx.cfg b/lynx.cfg index 8efd849e..6e8535c6 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,4 +1,4 @@ -# $LynxId: lynx.cfg,v 1.153 2008/01/03 00:55:35 Joey.Schulze Exp $ +# $LynxId: lynx.cfg,v 1.154 2008/01/10 00:35:29 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) @@ -285,6 +285,45 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/ #LOCAL_DOMAIN:ukans.edu +.h1 Session support + +.h2 AUTO_SESSION +# If AUTO_SESSION is TRUE lynx will save/restore useful information about +# your browsing history when closing/starting current lynx session if +# no command-line session switches override this setting. +# This setting is useful only if SESSION_FILE is defined here or in the user's +# .lynxrc file. +# +#AUTO_SESSION:FALSE + +.h2 SESSION_FILE +# SESSION_FILE defines the file name where lynx will store user sessions. +# This setting is used only when AUTO_SESSION is true. +# Note: the default setting will store/resume each session in a different +# folder under same file name (if that is allowed by operating system) +# when lynx is invoked from different directories. +# (The current working directory may be changed inside lynx) +# +# If you do not want this feature, leave the setting commented. +# Uses can still customize SESSION_FILE and AUTO_SESSION via their .lynxrc file. +# +#SESSION_FILE:lynx_session + +.h2 SESSION_LIMIT +# SESSION_LIMIT defines maximum number of: searched strings, goto URLs, +# visited links and history entries which will be saved in session file. The +# minimum allowed is 1, the maximum is 10000. +# +# For instance, if SESSION_LIMIT is 250, a per-session limit of 250 entries of +# searched strings, goto URLs, visited links and history entries will be saved +# in the session file. +# +# There is no fixed limit on the number of entries which can be restored; +# It is limited only by available memory. +# +#SESSION_LIMIT:250 + + .h1 Character sets .h2 CHARACTER_SET @@ -1236,10 +1275,12 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/ .h2 USE_MOUSE # If Lynx is configured with ncurses, PDcurses or slang & USE_MOUSE is TRUE, # users can perform commands by left-clicking certain parts of the screen: -# on a link = `g'oto + ACTIVATE (ie move highlight & follow the link); -# on the top/bottom lines = PREV/NEXT_PAGE (ie go up/down 1 page); -# on the top/bottom left corners = PREV_DOC (ie go to the previous document); -# on the top/bottom right corners = HISTORY (ie call up the history page). +# on a link = `g'oto + ACTIVATE (i.e., move highlight & follow the link); +# on the top/bottom lines = PREV/NEXT_PAGE (i.e., go up/down 1 page); +# on the top/bottom left corners = PREV/NEXT_DOC (i.e., go to the previous +# document / undo goto previous document); +# on the top/bottom right corners = HISTORY/VLINKS (i.e., call up the history +# page or visited links page if on history page). # NB if the mouse is defined in this way, it will not be available # for copy/paste operations using the clipboard of a desktop manager: # for flexibility instead, use the command-line switch -use_mouse . @@ -2438,6 +2479,7 @@ MINIMAL_COMMENTS:TRUE .nf #KEYMAP:0x5C:SOURCE # Toggle source viewing mode (show HTML source) #KEYMAP:^R:RELOAD # Reload the current document and redisplay +#KEYMAP:^U:NEXT_DOC # Undo PREV_DOC) #KEYMAP:q:QUIT # Ask the user to quit #KEYMAP:Q:ABORT # Quit without verification #KEYMAP:0x20:NEXT_PAGE # Move down to next page @@ -2552,7 +2594,7 @@ MINIMAL_COMMENTS:TRUE # sense in Dired mode), and SELECT is meaningless. Default built-in override # mappings are # -#KEYMAP:^U:PREV_DOC:DIRED # Return to the previous document +#KEYMAP:^U:NEXT_DOC:DIRED # Undo going back to the previous document #KEYMAP:.:TAG_LINK:DIRED # Tag a file or directory for later action #KEYMAP:c:CREATE:DIRED # Create a new file or directory #KEYMAP:C:CHDIR:DIRED # change current directory @@ -3323,6 +3365,7 @@ COLOR:6:brightred:black .nf #ENABLE_LYNXRC:accept_all_cookies:ON #ENABLE_LYNXRC:assume_charset:OFF +#ENABLE_LYNXRC:auto_session:OFF #ENABLE_LYNXRC:bookmark_file:ON #ENABLE_LYNXRC:case_sensitive_searching:ON #ENABLE_LYNXRC:character_set:ON @@ -3357,6 +3400,7 @@ COLOR:6:brightred:black #ENABLE_LYNXRC:run_execution_links_on_local_files:ON #ENABLE_LYNXRC:scrollbar:OFF #ENABLE_LYNXRC:select_popups:ON +#ENABLE_LYNXRC:session_file:OFF #ENABLE_LYNXRC:set_cookies:OFF #ENABLE_LYNXRC:show_color:ON #ENABLE_LYNXRC:show_cursor:ON |