update qutebrowser config
This commit is contained in:
parent
167743279d
commit
0bac3c5fb7
@ -1,6 +1,56 @@
|
|||||||
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||||
# Instead, create a config.py - see :help for details.
|
# Instead, create a config.py - see :help for details.
|
||||||
|
|
||||||
config_version: 1
|
config_version: 2
|
||||||
|
settings:
|
||||||
|
aliases:
|
||||||
global:
|
global:
|
||||||
content.local_content_can_access_remote_urls: true
|
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%
|
||||||
|
Loading…
Reference in New Issue
Block a user