aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser/.config/qutebrowser/config.py
blob: 745255a77b0c03f6783ff2ba89d6a7f3a0775aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Autogenerated config.py
# Documentation:
#   qute://help/configuring.html
#   qute://help/settings.html

# Uncomment this to still load settings configured via autoconfig.yml
config.load_autoconfig()

config.bind('gt', 'tab-next')
config.bind('gT', 'tab-prev')
config.bind('x', 'tab-close')

c.aliases['r'] = 'open'