From afb6870d9d4a63e60731948245ca5a64726e335d Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 3 Oct 2018 11:49:32 -0700 Subject: [PATCH] Add ;w to qutebrowser --- qutebrowser/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index a1b8f65..b264ba8 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1555,6 +1555,8 @@ config.bind("gh", "tab-move -") # Bindings for register mode # config.bind('', 'leave-mode', mode='register') +config.bind(";w", "hint links window") + try: import local