aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser/.config/qutebrowser/config.py
blob: ec0d52ab7de624a499d4a881966b3a0e63bca498 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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')