Explorar el Código

Add shortcuts for quick zoom-in and reset

Alois Mahdal hace 5 años
padre
commit
393162fa00
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      dotfiles/config/qutebrowser/config.py

+ 2
- 0
dotfiles/config/qutebrowser/config.py Ver fichero

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