diff options
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/autoconfig.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qutebrowser/.config/qutebrowser/autoconfig.yml b/qutebrowser/.config/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..e7b017b --- /dev/null +++ b/qutebrowser/.config/qutebrowser/autoconfig.yml @@ -0,0 +1,13 @@ +# DO NOT edit this file by hand, qutebrowser will overwrite it. +# Instead, create a config.py - see :help for details. + +config_version: 1 +global: + bindings.commands: + normal: + M: hint links spawn mpv {hint-url} --autofit 1120x840 + gT: tab-prev + gt: tab-next + m: spawn mpv {url} --autofit 640x480 + x: tab-close + zoom.default: '150' |