qutebrowser tweaks.
This commit is contained in:
parent
377d80b15b
commit
b2d8af6c2f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user