]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: bind gl/gr to move between tabs
authorSamir Benmendil <me@rmz.io>
Thu, 7 Oct 2021 12:10:38 +0000 (13:10 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 14 Dec 2021 22:25:46 +0000 (22:25 +0000)
qutebrowser/config.py

index ecbd5921cb03f4c7b23c63430f172436140e4180..52d48c99ed756929cb36bcf835c724bb036696f3 100644 (file)
@@ -1850,8 +1850,10 @@ config.bind('co', 'download-open')
 # config.bind('gf', 'view-source')
 # config.bind('gg', 'scroll-to-perc 0')
 # config.bind('gi', 'hint inputs --first')
+config.bind('gl', 'tab-move -')
 # config.bind('gm', 'tab-move')
 # config.bind('go', 'set-cmd-text :open {url:pretty}')
+config.bind('gr', 'tab-move +')
 # config.bind('gt', 'set-cmd-text -s :tab-select')
 # config.bind('gu', 'navigate up')
 # config.bind('h', 'scroll left')