qutebrowser/autoconfig.yml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# DO NOT edit this file by hand, qutebrowser will overwrite it. # Instead, create a config.py - see :help for details. config_version: 2 settings: aliases: global: q: quit w: session-save wq: quit --save bindings.commands: global: normal: <: tab-move - <Alt+h>: back <Alt+l>: forward '>': tab-move + H: tab-prev L: tab-next x: tab-close content.host_blocking.lists: global: - https://www.malwaredomainlist.com/hostslist/hosts.txt - http://someonewhocares.org/hosts/hosts - http://winhelp2002.mvps.org/hosts.zip - http://malwaredomains.lehigh.edu/files/justdomains.zip - https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext url.searchengines: global: DEFAULT: https://www.google.com/search?hl=en&q={} url.start_pages: global: www.google.com |