diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index 79662af..5b57c3b 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -225,6 +225,13 @@ config.bind('', 'tab-close', mode='passthrough') config.bind('', 'tab-next', mode='passthrough') config.bind('', 'tab-prev', mode='passthrough') config.bind('', 'cmd-set-text -s :quickmark-load -t', mode='passthrough') +config.bind('', 'cmd-set-text -s :open -t', mode='passthrough') +config.bind('', 'cmd-set-text /', mode='passthrough') +config.bind('', 'reload', mode='passthrough') +config.unbind('') +config.unbind('') +config.unbind('') +config.unbind('') # spawn external programs config.bind(',m', 'hint links spawn mpv {hint-url}')