浏览代码

Update config for newer qutebrowser

Alois Mahdal 6 年前
父节点
当前提交
d36cbf5d8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/config/qutebrowser/config.py

+ 1
- 1
dotfiles/config/qutebrowser/config.py 查看文件

1
 c.tabs.tabs_are_windows = True
1
 c.tabs.tabs_are_windows = True
2
-c.scrolling.bar = True
2
+c.scrolling.bar = 'always'
3
 config.bind('yY', 'yank')
3
 config.bind('yY', 'yank')
4
 config.bind('yy', 'yank -s')
4
 config.bind('yy', 'yank -s')
5
 config.bind('b', 'back')
5
 config.bind('b', 'back')