master
1## ELinks 0.11.7 configuration file
2
3## This is ELinks configuration file. You can edit it manually,
4## if you wish so; this file is edited by ELinks when you save
5## options through UI, however only option values will be altered
6## and missing options will be added at the end of file; if option
7## is not written in this file, but in some file included from it,
8## it is NOT counted as missing. Note that all your formatting,
9## own comments and so on will be kept as-is.
10##
11## Obviously, if you don't like what ELinks is going to do with
12## this file, you can change it by altering the config.saving_style
13## option. Come on, aren't we friendly guys after all?
14
15##############################
16# Automatically saved options
17#
18
19## config
20# Configuration handling options.
21
22 ## config.saving_style_w [0|1]
23 # This is internal option used when displaying a warning about
24 # obsolete config.saving_style. You shouldn't touch it.
25 set config.saving_style_w = 1
26
27################################
28#### Keybindings
29bind "main" "j" = "scroll-down"
30bind "main" "k" = "scroll-up"
31bind "main" "h" = "scroll-left"
32bind "main" "l" = "scroll-right"
33bind "main" "Ctrl-d" = "move-page-down"
34bind "main" "Ctrl-u" = "move-page-up"
35bind "main" "J" = "move-link-next"
36bind "main" "K" = "move-link-prev"
37bind "main" "H" = "history-move-back"
38bind "main" "L" = "history-move-forward"
39bind "main" "Ctrl-c" = "abort-connection"
40bind "main" "o" = "goto-url"
41bind "main" "O" = "goto-url-current-link"
42bind "main" "t" = "open-new-tab"
43bind "main" "T" = "open-link-in-new-tab-in-background"
44bind "main" "d" = "tab-close"
45bind "main" "g" = "move-document-start"
46bind "main" "G" = "move-document-end"
47bind "main" "r" = "reload"
48bind "main" "e" = "tab-external-command"
49bind "main" "Ctrl-[" = "link-external-command"
50bind "main" "f" = "search-typeahead-link"
51
52bind "menu" "j" = "down"
53bind "menu" "k" = "up"
54bind "menu" "h" = "left"
55bind "menu" "l" = "right"
56
57######################################################################
58## colors
59## note: color does not work with tmux
60
61set document.colors.use_document_colors = 1
62
63set terminal.screen-256color.colors = 1
64set terminal.screen-256color.transparency = 1
65set terminal.screen-256color.underline = 1
66set terminal.screen-256color.utf_8_io = 1
67
68#set terminal.xterm-256color.colors = 2
69#set terminal.xterm-256color.transparency = 1
70#set terminal.xterm-256color.underline = 1
71#set terminal.xterm-256color.utf_8_io = 1
72#
73#set document.css.enable = 1
74#set document.css.import = 1
75#set document.css.stylesheet = "user.css"
76#set document.colors.increase_contrast = 1
77#set document.colors.ensure_contrast = 1
78#set document.uri_passing.chrome = "open %c"
79#set ui.language = "System"
80
81set document.browse.forms.confirm_submit = 0