all repos — dotfiles @ b4f896f95bbb675d6ee6917a77d6e682830fb3aa

linux dotfiles

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
commit

b4f896f95bbb675d6ee6917a77d6e682830fb3aa

parent

d878962d69e6f87c111b784cfa21ebb5869cafd0

2 files changed, 5 insertions(+), 0 deletions(-)

jump to
M qutebrowser/config.pyqutebrowser/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/quickmarksqutebrowser/quickmarks

@@ -1,2 +1,4 @@

y https://www.youtube.com/ w web.whatsapp.com +hn https://news.ycombinator.com/ +gh https://www.github.com/