Update qutebrowser config
This commit is contained in:
parent
700753aca2
commit
bdbdbae8f5
1 changed files with 4 additions and 4 deletions
|
|
@ -467,7 +467,7 @@ c.completion.shrink = True
|
||||||
## menu. For QtWebEngine, see `--enable-webengine-inspector` in
|
## menu. For QtWebEngine, see `--enable-webengine-inspector` in
|
||||||
## `qutebrowser --help` instead.
|
## `qutebrowser --help` instead.
|
||||||
## Type: Bool
|
## Type: Bool
|
||||||
c.content.developer_extras = True
|
# c.content.developer_extras = True
|
||||||
|
|
||||||
## Try to pre-fetch DNS entries to speed up browsing.
|
## Try to pre-fetch DNS entries to speed up browsing.
|
||||||
## Type: Bool
|
## Type: Bool
|
||||||
|
|
@ -839,7 +839,7 @@ c.editor.command = ['urxvt', '-e', 'emacs', '{}']
|
||||||
## Valid values:
|
## Valid values:
|
||||||
## - javascript: Better but slower
|
## - javascript: Better but slower
|
||||||
## - python: Slightly worse but faster
|
## - python: Slightly worse but faster
|
||||||
c.hints.find_implementation = 'javascript'
|
# c.hints.find_implementation = 'javascript'
|
||||||
|
|
||||||
## Hide unmatched hints in rapid mode.
|
## Hide unmatched hints in rapid mode.
|
||||||
## Type: Bool
|
## Type: Bool
|
||||||
|
|
@ -1399,10 +1399,10 @@ c.zoom.default = '125%'
|
||||||
# config.bind('gd', 'download')
|
# config.bind('gd', 'download')
|
||||||
# config.bind('gf', 'view-source')
|
# config.bind('gf', 'view-source')
|
||||||
# config.bind('gg', 'scroll-to-perc 0')
|
# config.bind('gg', 'scroll-to-perc 0')
|
||||||
# config.bind('gl', 'tab-move -')
|
config.bind('gl', 'tab-move +')
|
||||||
|
config.bind('gh', 'tab-move -')
|
||||||
# config.bind('gm', 'tab-move')
|
# config.bind('gm', 'tab-move')
|
||||||
# config.bind('go', 'set-cmd-text :open {url:pretty}')
|
# config.bind('go', 'set-cmd-text :open {url:pretty}')
|
||||||
# config.bind('gr', 'tab-move +')
|
|
||||||
# config.bind('gt', 'set-cmd-text -s :buffer')
|
# config.bind('gt', 'set-cmd-text -s :buffer')
|
||||||
# config.bind('gu', 'navigate up')
|
# config.bind('gu', 'navigate up')
|
||||||
# config.bind('h', 'scroll left')
|
# config.bind('h', 'scroll left')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue