## ELinks 0.10.4 configuration file ## This is ELinks configuration file. You can edit it manually, ## if you wish so; this file is edited by ELinks when you save ## options through UI, however only option values will be altered ## and missing options will be added at the end of file; if option ## is not written in this file, but in some file included from it, ## it is NOT counted as missing. Note that all your formatting, ## own comments and so on will be kept as-is. ## ## Obviously, if you don't like what ELinks is going to do with ## this file, you can change it by altering the config.saving_style ## option. Come on, aren't we friendly guys after all? ############################## # Automatically saved options # ## terminal.screen-bce.underline [0|1] set terminal.screen-bce.underline = 1 ## terminal.screen-bce.colors set terminal.screen-bce.colors = 2 ## terminal.screen-bce.utf_8_io [0|1] set terminal.screen-bce.utf_8_io = 1 ## terminal.screen-bce.type set terminal.screen-bce.type = 2 ## ui.language # Language of user interface. 'System' means that the language will # be extracted from the environment dynamically. set ui.language = "System" ############################## # Automatically saved options # ## document.browse.links.numbering [0|1] # Display numbers next to the links. set document.browse.links.numbering = 1 ## document.colors.ensure_contrast [0|1] # Makes sure that the back- and foreground color are never equal. set document.colors.ensure_contrast = 1 ## document.colors.use_document_colors # Use colors specified in document: # 0 is use always the default settings # 1 is use document colors if available, except background # 2 is use document colors, including background. This can # mostly look very impressive, but some sites will appear # really ugly. Note, that obviously if the background is # not black, it will break the behaviour of transparency. set document.colors.use_document_colors = 0 ############################## # Automatically saved options # ## document.html.underline_links [0|1] # Underline links. set document.html.underline_links = 1 ################################## # Automatically saved keybindings # bind "main" "Ctrl-Up" = "move-link-up" bind "main" "Ctrl-Right" = "move-link-right" bind "main" "Ctrl-Left" = "move-link-left" bind "main" "Ctrl-Down" = "move-link-down" bind "main" "Up" = "move-cursor-up" bind "main" "Right" = "move-cursor-right" bind "main" "Left" = "move-cursor-left" bind "main" "Down" = "move-cursor-down" bind "main" "Shift-Tab" = "move-link-prev" bind "main" "Tab" = "move-link-next" bind "main" "Alt-Tab" = "none" ############################## # Automatically saved options # ## ui.success_msgbox [0|1] # When you pressed a [ Save ] button in some manager, this option # will make sure that a box confirming success of the operation will # pop up. set ui.success_msgbox = 0 ################################## # Automatically saved keybindings # bind "main" "B" = "history-move-back" ############################## # Automatically saved options # ## document.colors.text # Default text color. set document.colors.text = "gray80" ## document.colors.background # Default background color. set document.colors.background = "black" ## document.colors.link # Default link color. set document.colors.link = "#6666cc" ## document.colors.vlink # Default visited link color. set document.colors.vlink = "#cc66cc" ## document.colors.image # Default image link color. set document.colors.image = "#66cc66" ## document.colors.bookmark # Default bookmarked link color. set document.colors.bookmark = "hotpink" ############################## # Automatically saved options # ## document.browse.forms.auto_submit [0|1] # Automagically submit a form when enter is pressed with a text # field selected. set document.browse.forms.auto_submit = 0 ## document.browse.forms.confirm_submit [0|1] # Ask for confirmation when submitting a form. set document.browse.forms.confirm_submit = 0 ################################## # Automatically saved keybindings # bind "main" "F" = "link-form-menu" bind "main" "l" = "history-move-back" ############################## # Automatically saved options # ## document.cache.ignore_cache_control [0|1] # Ignore Cache-Control and Pragma server headers. # When set, the document is cached even with 'Cache-Control: no-cache'. set document.cache.ignore_cache_control = 0 ################################## # Automatically saved keybindings # bind "main" "f" = "frame-next" ############################## # Automatically saved options # ## document.browse.forms.editor # Path to the executable that ELinks should launch when the user # requests to edit a textarea with an external editor. # If this is blank, ELinks will use the value of the environmental # variable $EDITOR. If $EDITOR is empty or not set, ELinks will then # default to "vi". set document.browse.forms.editor = "screen-emacs" ############################## # Automatically saved options # ## terminal.screen-linux.underline [0|1] set terminal.screen-linux.underline = 0 ## terminal.screen-linux.transparency [0|1] set terminal.screen-linux.transparency = 0 ## terminal.screen-linux.colors set terminal.screen-linux.colors = 2 ## terminal.screen-linux.utf_8_io [0|1] set terminal.screen-linux.utf_8_io = 1 ## terminal.screen-linux.type set terminal.screen-linux.type = 1