Kaynağa Gözat

Welcome, Qutebrowser!

Alois Mahdal 6 yıl önce
ebeveyn
işleme
a1276e517a

+ 1
- 0
dotfiles/config/qutebrowser/bookmarks/urls Dosyayı Görüntüle

1
+qute://help/index.html qutebrowser help

+ 7
- 0
dotfiles/config/qutebrowser/config.py Dosyayı Görüntüle

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'