diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-01-04 15:31:40 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-01-04 15:31:40 +0100 |
commit | b63d5389cfca88ac1da44ebcff3139f420dd72f3 (patch) | |
tree | 281b1a73232ee709d22e9dbabcab178a87648a4f /qutebrowser | |
parent | 74b63e12fdeec50cd28b78eab7ad10e210d4fe44 (diff) |
Fold vimrc
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |