1
0
Fork 0

qutebrowser: Use Shift+Escape for passthrough

This commit is contained in:
Jeremy Kaplan 2021-07-03 18:02:49 -07:00
commit 633e05e58d

View file

@ -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')