Browse Source

Add shortcuts for quick zoom-in and reset

Alois Mahdal 5 years ago
parent
commit
393162fa00
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/config/qutebrowser/config.py

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

@@ -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')