From b63d5389cfca88ac1da44ebcff3139f420dd72f3 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 4 Jan 2018 15:31:40 +0100 Subject: Fold vimrc --- qutebrowser/.config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qutebrowser/.config') diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 2ad65f9..20cbb0c 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -19,7 +19,7 @@ config.bind(",h", 'spawn --userscript explorer -h') config.bind(",p", 'spawn --userscript explorer') config.bind(",t", 'spawn --userscript explorer -t') config.bind(",v", 'spawn mpv {url}') -config.bind(",V", 'hint links spawn mpv {hint-url}') +config.bind(";v", 'hint links spawn mpv {hint-url}') config.bind("]d", 'set downloads.location.prompt True') config.bind("[d", 'set downloads.location.prompt False') config.unbind("d") -- cgit v1.2.3