qutebrowser tweaks.

This commit is contained in:
Bartek Stalewski 2022-05-09 12:18:25 +02:00
parent 377d80b15b
commit b2d8af6c2f

View File

@ -2170,6 +2170,7 @@ config.bind('0', 'zoom')
# config.bind('<Ctrl-Alt-p>', 'print')
# config.bind('<Ctrl-B>', 'scroll-page 0 -1')
# config.bind('<Ctrl-D>', 'scroll-page 0 0.5')
config.unbind('<Ctrl-D>')
# config.bind('<Ctrl-F5>', 'reload -f')
# config.bind('<Ctrl-F>', 'scroll-page 0 1')
# config.bind('<Ctrl-N>', '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')