update quickmakrs and config.py (qutebrowser) add bindings to qutebrowser - ,h toggle statusbar and tabs - ,t toggle tabs.show - ,s toggle statusbar
prithugoswami prithugoswami524@gmail.com
Sun, 27 May 2018 10:01:34 +0530
2 files changed,
5 insertions(+),
0 deletions(-)
M
qutebrowser/config.py
→
qutebrowser/config.py
@@ -1387,6 +1387,9 @@ ## Type: Bool
# c.zoom.text_only = False ## Bindings for normal mode +config.bind(',s', 'config-cycle statusbar.hide') +config.bind(',t', 'config-cycle tabs.show always switching') +config.bind(',h', 'config-cycle statusbar.hide ;; config-cycle tabs.show switching always') # config.bind("'", 'enter-mode jump_mark') # config.bind('+', 'zoom-in') # config.bind('-', 'zoom-out')
M
qutebrowser/quickmarks
→
qutebrowser/quickmarks
@@ -1,2 +1,4 @@
y https://www.youtube.com/ w web.whatsapp.com +hn https://news.ycombinator.com/ +gh https://www.github.com/