update qutebrowser config

This commit is contained in:
Gabriel Ebner 2020-07-14 13:15:37 +02:00
parent 167743279d
commit 0bac3c5fb7
1 changed files with 53 additions and 3 deletions

View File

@ -1,6 +1,56 @@
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
config_version: 1
global:
content.local_content_can_access_remote_urls: true
config_version: 2
settings:
aliases:
global:
q: close
qa: quit
w: session-save
wq: quit --save
wqa: quit --save
auto_save.interval:
global: 15000
auto_save.session:
global: true
backend:
global: webengine
bindings.commands:
global:
normal:
t: set-cmd-text -s :open -t
bindings.key_mappings:
global:
<Ctrl-6>: <Ctrl-^>
<Ctrl-Enter>: <Ctrl-Return>
<Ctrl-J>: <Return>
<Ctrl-M>: <Return>
<Ctrl-[>: <Escape>
<Enter>: <Return>
<Shift-Enter>: <Return>
<Shift-Return>: <Return>
content.local_content_can_access_remote_urls:
global: true
qt.highdpi:
global: false
zoom.default:
global: 130%
zoom.levels:
global:
- 25%
- 33%
- 50%
- 67%
- 75%
- 90%
- 100%
- 110%
- 125%
- 150%
- 175%
- 200%
- 250%
- 300%
- 400%
- 500%