qutebrowser: Use Shift+Escape for passthrough
This commit is contained in:
parent
8362dbef40
commit
633e05e58d
1 changed files with 2 additions and 1 deletions
|
|
@ -1361,7 +1361,8 @@ c.url.start_pages = ["about:blank"]
|
||||||
# config.bind('<Ctrl-T>', 'open -t')
|
# config.bind('<Ctrl-T>', 'open -t')
|
||||||
# config.bind('<Ctrl-Tab>', 'tab-focus last')
|
# config.bind('<Ctrl-Tab>', 'tab-focus last')
|
||||||
# config.bind('<Ctrl-U>', 'scroll-page 0 -0.5')
|
# config.bind('<Ctrl-U>', 'scroll-page 0 -0.5')
|
||||||
# config.bind('<Ctrl-V>', 'enter-mode passthrough')
|
config.bind("<Shift-Escape>", "mode-enter passthrough")
|
||||||
|
config.unbind("<Ctrl-V>")
|
||||||
# config.bind('<Ctrl-W>', 'tab-close')
|
# config.bind('<Ctrl-W>', 'tab-close')
|
||||||
# config.bind('<Ctrl-X>', 'navigate decrement')
|
# config.bind('<Ctrl-X>', 'navigate decrement')
|
||||||
# config.bind('<Ctrl-^>', 'tab-focus last')
|
# config.bind('<Ctrl-^>', 'tab-focus last')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue