mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
63 lines
977 B
TOML
63 lines
977 B
TOML
[api]
|
|
pre_language = 'https://'
|
|
post_language = '.wikipedia.org/w/api.php'
|
|
language = 'English'
|
|
language_changed_popup = true
|
|
article_language_changed_popup = true
|
|
|
|
[theme]
|
|
text = 'white'
|
|
title = 'red'
|
|
highlight = 'red'
|
|
background = 'black'
|
|
search_match = 'red'
|
|
highlight_text = 'white'
|
|
highlight_inactive = 'black'
|
|
|
|
[logging]
|
|
enabled = true
|
|
log_level = 'INFO'
|
|
|
|
[features]
|
|
links = true
|
|
toc = false
|
|
[keybindings.down]
|
|
key = 'j'
|
|
mode = 'normal'
|
|
|
|
[keybindings.up]
|
|
key = 'k'
|
|
mode = 'normal'
|
|
|
|
[keybindings.left]
|
|
key = 'h'
|
|
mode = 'normal'
|
|
|
|
[keybindings.right]
|
|
key = 'l'
|
|
mode = 'normal'
|
|
|
|
[keybindings.focus_next]
|
|
key = 'tab'
|
|
mode = 'normal'
|
|
|
|
[keybindings.focus_prev]
|
|
key = 'tab'
|
|
mode = 'shift'
|
|
|
|
[keybindings.toggle_language_selection]
|
|
key = 'f2'
|
|
mode = 'normal'
|
|
|
|
[keybindings.toggle_article_language_selection]
|
|
key = 'f3'
|
|
mode = 'normal'
|
|
[settings.toc]
|
|
position = 'Right'
|
|
title = 'Default'
|
|
min_width = 20
|
|
max_width = 60
|
|
scroll_x = true
|
|
scroll_y = true
|
|
item_format = '{NUMBER} {TEXT}'
|