diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-15 10:50:52 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-15 10:50:52 -0500 |
commit | 923c66ce35dd473a10713d8f44f30d9ad770a99b (patch) | |
tree | 055092b48fbae27a526fe2d104b6d646a9d422e7 /lynx.cfg | |
parent | 6f66219647d92d2af2427d416e00e6f2a8f825dc (diff) | |
download | lynx-snapshots-923c66ce35dd473a10713d8f44f30d9ad770a99b.tar.gz |
snapshot of project "lynx", label v2_7
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lynx.cfg b/lynx.cfg index 90b4cff6..ffb31ee9 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -515,10 +515,11 @@ CHARACTER_SET:ISO Latin 1 #NEWS_POSTING:TRUE # LYNX_SIG_FILE defines the name of a file containing a signature which -# can be appended to news postings or followups. The user will be prompted -# whether to append it. It is sought in the home directory. If it is in -# a subdirectory, begin it with a dot-slash (e.g., ./lynx/.lynxsig). The -# definition is set in userdefs.h and can be changed here. +# can be appended to email messages and news postings or followups. The +# user will be prompted whether to append it. It is sought in the home +# directory. If it is in a subdirectory, begin it with a dot-slash +# (e.g., ./lynx/.lynxsig). The definition is set in userdefs.h and can +# be changed here. # #LYNX_SIG_FILE:.lynxsig @@ -1209,6 +1210,7 @@ MINIMAL_COMMENTS:TRUE #KEYMAP:0x102:ACTIVATE # Select the current link #KEYMAP:0x109:ACTIVATE # Function key Do - Select the current link #KEYMAP:g:GOTO # Goto a random URL +#KEYMAP:G:ECGOTO # Edit the current document's URL and go to it #KEYMAP:H:HELP # Show default help screen #KEYMAP:0x108:HELP # Function key Help - Show default help screen #KEYMAP:i:INDEX # Show default index |