浏览代码

Add shortcuts for quick zoom-in and reset

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

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

@@ -4,3 +4,5 @@ config.bind('yY', 'yank')
4 4
 config.bind('yy', 'yank -s')
5 5
 config.bind('b', 'back')
6 6
 config.bind('m', 'forward')
7
+config.bind('1', 'zoom 100')
8
+config.bind('2', 'zoom 150')