config.load_autoconfig(False)

c.tabs.show = 'never'
c.statusbar.show = 'never'
c.auto_save.session = False

c.url.start_pages = ['https://twitch.tv/']

config.bind('<Ctrl-Tab>', 'tab-next')
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')