From b2d8af6c2f9e4499fc7f8fa7643c7811129ed393 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 9 May 2022 12:18:25 +0200 Subject: [PATCH] qutebrowser tweaks. --- _desktop/qutebrowser/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_desktop/qutebrowser/config.py b/_desktop/qutebrowser/config.py index dd5495b..e89029d 100644 --- a/_desktop/qutebrowser/config.py +++ b/_desktop/qutebrowser/config.py @@ -2170,6 +2170,7 @@ config.bind('0', 'zoom') # config.bind('', 'print') # config.bind('', 'scroll-page 0 -1') # config.bind('', 'scroll-page 0 0.5') +config.unbind('') # config.bind('', 'reload -f') # config.bind('', 'scroll-page 0 1') # config.bind('', 'open -w') @@ -2237,8 +2238,8 @@ config.bind('K', 'tab-next') # config.bind('gB', 'set-cmd-text -s :bookmark-load -t') # config.bind('gC', 'tab-clone') # config.bind('gD', 'tab-give') -# config.bind('gJ', 'tab-move +') -# config.bind('gK', 'tab-move -') +config.bind('gJ', 'tab-move -') +config.bind('gK', 'tab-move +') # config.bind('gO', 'set-cmd-text :open -t -r {url:pretty}') # config.bind('gU', 'navigate up -t') # config.bind('g^', 'tab-focus 1')