소스 검색

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