From d90cb0cd930cc98be41fdca08fbd2a56871989c8 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Wed, 7 Mar 2018 20:27:57 -0500 Subject: Adds ftplugin directory --- qutebrowser/.config/qutebrowser/autoconfig.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 qutebrowser/.config/qutebrowser/autoconfig.yml (limited to 'qutebrowser') 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' -- cgit v1.1