소스 검색

Welcome, Qutebrowser!

Alois Mahdal 6 년 전
부모
커밋
a1276e517a
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/config/qutebrowser/bookmarks/urls
  2. 7
    0
      dotfiles/config/qutebrowser/config.py

+ 1
- 0
dotfiles/config/qutebrowser/bookmarks/urls 파일 보기

@@ -0,0 +1 @@
1
+qute://help/index.html qutebrowser help

+ 7
- 0
dotfiles/config/qutebrowser/config.py 파일 보기

@@ -0,0 +1,7 @@
1
+c.tabs.tabs_are_windows = True
2
+c.scrolling.bar = True
3
+config.bind('yY', 'yank')
4
+config.bind('yy', 'yank -s')
5
+config.bind('b', 'back')
6
+config.bind('m', 'forward')
7
+c.backend = 'webkit'