diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:27:57 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:27:57 -0500 |
commit | d90cb0cd930cc98be41fdca08fbd2a56871989c8 (patch) | |
tree | ea5fa08825929b9b21046415aea7053c51cd2bdc /qutebrowser | |
parent | c0d7006026175fdf6cdb6ae53ca4b948edbb986c (diff) |
Adds ftplugin directory
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' |