update qutebrowser/config.py
prithugoswami prithugoswami524@gmail.com
Mon, 04 Jun 2018 14:39:47 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
qutebrowser/config.py
→
qutebrowser/config.py
@@ -1424,7 +1424,7 @@ # config.bind('<Alt-9>', 'tab-focus -1')
# config.bind('<Ctrl-A>', 'navigate increment') # config.bind('<Ctrl-Alt-p>', 'print') # config.bind('<Ctrl-B>', 'scroll-page 0 -1') -# config.bind('<Ctrl-D>', 'scroll-page 0 0.5') +config.bind('D', 'scroll-page 0 0.5') # config.bind('<Ctrl-F5>', 'reload -f') # config.bind('<Ctrl-F>', 'scroll-page 0 1') # config.bind('<Ctrl-N>', 'open -w')@@ -1437,7 +1437,7 @@ # config.bind('<Ctrl-Shift-T>', 'undo')
# config.bind('<Ctrl-Shift-W>', 'close') # config.bind('<Ctrl-T>', 'open -t') # config.bind('<Ctrl-Tab>', 'tab-focus last') -# config.bind('<Ctrl-U>', 'scroll-page 0 -0.5') +config.bind('U', 'scroll-page 0 -0.5') # config.bind('<Ctrl-V>', 'enter-mode passthrough') # config.bind('<Ctrl-W>', 'tab-close') # config.bind('<Ctrl-X>', 'navigate decrement')