diff options
Diffstat (limited to 'qutebrowser/config.py')
-rw-r--r-- | qutebrowser/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py index f9bd36f..1995cf4 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1508,7 +1508,8 @@ c.zoom.default = '115%' # c.zoom.text_only = False ## Bindings for normal mode -config.bind(';M', 'hint links spawn mpv {hint-url}') +config.bind('<Ctrl+/>', 'hint links spawn --detach mpv {hint-url}') +#config.bind(';M', 'hint links spawn mpv {hint-url}') # config.bind("'", 'enter-mode jump_mark') # config.bind('+', 'zoom-in') # config.bind('-', 'zoom-out') |