## ELinks 0.12pre6 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 # ## config # Configuration handling options. ## config.saving_style_w [0|1] # This is internal option used when displaying a warning about obsolete # config.saving_style. You shouldn't touch it. set config.saving_style_w = 1 ## terminal # Terminal options. ## terminal.screen # Options specific to this terminal type (according to $TERM value). ## terminal.screen.underline [0|1] set terminal.screen.underline = 1 ## terminal.screen.colors set terminal.screen.colors = 3 ## terminal.screen.utf_8_io [0|1] set terminal.screen.utf_8_io = 1 ## terminal.screen.m11_hack [0|1] set terminal.screen.m11_hack = 0 ## terminal.screen.type set terminal.screen.type = 1 ## ui # User interface options. ## 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 # ## terminal # Terminal options. ## terminal.screen # Options specific to this terminal type (according to $TERM value). ## terminal.screen.charset set terminal.screen.charset = "utf-8" ############################## # Automatically saved options # ## terminal # Terminal options. ## terminal.screen # Options specific to this terminal type (according to $TERM value). ## terminal.screen.transparency [0|1] set terminal.screen.transparency = 0 ## terminal.screen.block_cursor [0|1] set terminal.screen.block_cursor = 1 ############################## # Automatically saved options # ## terminal # Terminal options. ## terminal.xterm # Options specific to this terminal type (according to $TERM value). ## terminal.xterm.transparency [0|1] set terminal.xterm.transparency = 0 ## terminal.xterm.colors set terminal.xterm.colors = 3 ## terminal.xterm.block_cursor [0|1] set terminal.xterm.block_cursor = 1 ## terminal.xterm.utf_8_io [0|1] set terminal.xterm.utf_8_io = 1 ############################## # Automatically saved options # ## ui # User interface options. ## ui.show_menu_bar_always [0|1] # Always show menu bar on the screen. set ui.show_menu_bar_always = 1 ## ui.show_status_bar [0|1] # Show status bar on the screen. set ui.show_status_bar = 1 ## ui.show_title_bar [0|1] # Show title bar on the screen. set ui.show_title_bar = 1 ## ui.startup_goto_dialog [0|1] # Pop up goto dialog in newly created tabs when there's no homepage set. This # means also showing goto dialog on startup. set ui.startup_goto_dialog = 1 ## ui.window_title [0|1] # Set the window title when running in a windowing environment in an # xterm-like terminal. This way the document's title is shown on the window # titlebar. set ui.window_title = 1 ############################## # Automatically saved options # ## bookmarks # Bookmark options. ## bookmarks.file_format # File format for bookmarks (affects both reading and saving): # 0 is the default native ELinks format # 1 is XBEL universal XML bookmarks format set bookmarks.file_format = 1 ## ui # User interface options. ## ui.sessions # Sessions settings. ## ui.sessions.auto_restore [0|1] # Automatically restore the session at start. # # This feature requires bookmark support. set ui.sessions.auto_restore = 1 ## ui.sessions.auto_save [0|1] # Automatically save the session when quitting. # # This feature requires bookmark support. set ui.sessions.auto_save = 1 ## ui.sessions.homepage # The URI to load either at startup time when no URI was given on the # command line or when requested by the goto-url-home action. Set to "" if # the environment variable WWW_HOME should be used as homepage URI instead. set ui.sessions.homepage = "http://google.com/" ## ui.sessions.keep_session_active [0|1] # Keep the session active even if the last terminal exits. set ui.sessions.keep_session_active = 0 ## ui.sessions.snapshot [0|1] # Automatically save a snapshot of all tabs periodically. This will # periodically bookmark the tabs of each terminal in a separate folder for # recovery after a crash. # # This feature requires bookmark support. set ui.sessions.snapshot = 1 ############################## # Automatically saved options # ## terminal # Terminal options. ## terminal.screen # Options specific to this terminal type (according to $TERM value). ## terminal.screen.latin1_title [0|1] set terminal.screen.latin1_title = 0 ################################## # Automatically saved keybindings # bind "main" "L" = "history-move-forward" bind "main" "H" = "history-move-back" bind "main" "o" = "goto-url" bind "main" "Left" = "none" bind "main" "u" = "none" bind "main" "g" = "none" ################################## # Automatically saved keybindings # bind "main" "l" = "tab-next" ################################## # Automatically saved keybindings # bind "main" "Ctrl-<" = "move-document-start" bind "main" "Ctrl->" = "move-document-end" bind "main" "G" = "none" bind "main" "Right" = "none" bind "main" "Home" = "none" bind "main" "End" = "none" bind "main" "Ctrl-E" = "none" bind "main" "Ctrl-A" = "none" ################################## # Automatically saved keybindings # bind "main" "Ctrl-Alt-," = "move-document-start" bind "main" "Ctrl-Alt-." = "move-document-end" ################################## # Automatically saved keybindings # bind "main" "j" = "scroll-down" bind "main" "k" = "scroll-up" bind "main" "Insert" = "none" bind "main" "Delete" = "none" bind "main" "}" = "none" bind "main" "{" = "none" bind "main" "]" = "none" bind "main" "[" = "none" ################################## # Automatically saved keybindings # bind "main" "h" = "tab-prev" bind "main" "Ctrl-S" = "search-typeahead-link" bind "main" ">" = "move-document-end" bind "main" "<" = "move-document-start" ################################## # Automatically saved keybindings # bind "main" "Alt-<" = "move-document-start" bind "main" "Alt->" = "move-document-end"