## ELinks 0.11.3 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? ## 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.rxvt-unicode.charset set terminal.rxvt-unicode.charset = "System" ## terminal.rxvt-unicode.underline [0|1] set terminal.rxvt-unicode.underline = 0 ## terminal.rxvt-unicode.transparency [0|1] set terminal.rxvt-unicode.transparency = 0 ## terminal.rxvt-unicode.colors set terminal.rxvt-unicode.colors = 2 ## terminal.rxvt-unicode.block_cursor [0|1] set terminal.rxvt-unicode.block_cursor = 0 ## terminal.rxvt-unicode.restrict_852 [0|1] set terminal.rxvt-unicode.restrict_852 = 0 ## terminal.rxvt-unicode.utf_8_io [0|1] set terminal.rxvt-unicode.utf_8_io = 1 ## terminal.rxvt-unicode.m11_hack [0|1] set terminal.rxvt-unicode.m11_hack = 1 ## terminal.rxvt-unicode.type set terminal.rxvt-unicode.type = 2 ## ui.clock.enable [0|1] # Whether to display a digital clock in the status bar. set ui.clock.enable = 0 ## ui.clock.format # Format string for the digital clock. See the strftime(3) # manpage for details. set ui.clock.format = "[%H:%M]" ## ui.tabs.show_bar # Show tabs bar on the screen: # 0 means never # 1 means only if two or more tabs are open # 2 means always set ui.tabs.show_bar = 2 ## ui.tabs.wraparound [0|1] # When moving right from the last tab, jump at the first one, and # vice versa. set ui.tabs.wraparound = 1 ## ui.tabs.confirm_close [0|1] # When closing a tab show confirmation dialog. set ui.tabs.confirm_close = 0 ## 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 ## document.browse.links.numbering [0|1] # Display numbers next to the links. set document.browse.links.numbering = 1 ################################ ### Sessions ## 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.auto_save_foldername # Name of the bookmarks folder used for auto saving and restoring session. # The name has to be unique. Any folders with the same name will be # deleted. # This only makes sense with bookmark support. set ui.sessions.auto_save_foldername = "Auto saved session" ## 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 set document.uri_passing.ffox = "firefox %c" ################################ ### Colors ## document.css.enable [0|1] # Enable adding of CSS style info to documents. set document.css.enable = 1 set document.colors.use_document_colors = 0 # Weizenfarben set document.colors.text = "wheat" # Grauton set document.colors.background = "#1f1f1f" # Hellblau set document.colors.link = "#dcdccc" set document.colors.vlink = "#cfac9c" # Pastellgruen (hell) set document.colors.image = "#c5f779" # Pastellgruen # "#aece92" # Pastellrot (hell) # "#cf6171" ################################ ### Keybindings bind "main" "j" = "scroll-down" bind "main" "k" = "scroll-up" bind "main" "h" = "scroll-left" bind "main" "l" = "scroll-right" bind "main" "Ctrl-d" = "move-page-down" bind "main" "Ctrl-u" = "move-page-up" bind "main" "J" = "move-link-next" bind "main" "K" = "move-link-prev" bind "main" "H" = "history-move-back" bind "main" "L" = "history-move-forward" bind "main" "Ctrl-c" = "abort-connection" bind "main" "o" = "goto-url" bind "main" "O" = "goto-url-current-link" bind "main" "t" = "open-new-tab" bind "main" "T" = "open-link-in-new-tab-in-background" bind "main" "d" = "tab-close" #bind "main" "Ctrl-PageUp" = "tab-prev" #bind "main" "Ctrl-PageDown" = "tab-next" bind "main" "g" = "move-document-start" bind "main" "G" = "move-document-end" bind "main" "r" = "reload" bind "main" "e" = "tab-external-command" bind "main" "f" = "search-typeahead-link" bind "menu" "j" = "down" bind "menu" "k" = "up" bind "menu" "h" = "left" bind "menu" "l" = "right" ################################ ### Mimetypes set mime.handler.image_viewer.unix.ask = 0 set mime.handler.image_viewer.unix-xwin.ask = 0 set mime.handler.image_viewer.unix.block = 1 set mime.handler.image_viewer.unix-xwin.block = 0 set mime.handler.image_viewer.unix.program = "fbi %" set mime.handler.image_viewer.unix-xwin.program = "feh %" set mime.type.image.jpeg = "image_viewer" set mime.type.image.png = "image_viewer" set mime.type.image.gif = "image_viewer" ############################## # Options for GNU screen #set terminal.screen.colors = 3 #set terminal.screen.type = 1 ############################## # Language option set ui.language = "System"