Browse Source

Welcome, Qutebrowser!

Alois Mahdal 6 years ago
parent
commit
a1276e517a

+ 1
- 0
dotfiles/config/qutebrowser/bookmarks/urls View File

@@ -0,0 +1 @@
1
+qute://help/index.html qutebrowser help

+ 7
- 0
dotfiles/config/qutebrowser/config.py View File

@@ -0,0 +1,7 @@
1
+c.tabs.tabs_are_windows = True
2
+c.scrolling.bar = True
3
+config.bind('yY', 'yank')
4
+config.bind('yy', 'yank -s')
5
+config.bind('b', 'back')
6
+config.bind('m', 'forward')
7
+c.backend = 'webkit'