This commit is contained in:
lelgenio 2019-11-23 15:51:13 -03:00
parent 7c25bcd5f7
commit 9f2706ad30
1 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@
# Type: Dict
c.aliases = {'q': 'close', 'qa': 'quit', 'w': 'session-save', 'wq': 'quit --save', 'wqa': 'quit --save'}
# Always restore open sites when qutebrowser is reopened.
# Type: Bool
c.auto_save.session = True
# User agent to send. Unset to send the default. Note that the value
# read from JavaScript is always the global value.
# Type: String
@ -275,7 +279,7 @@ c.fonts.tabs = '14px Inter'
# Bindings for normal mode
config.bind(',m', 'spawn --userscript view_in_mpv')
config.bind(';m', 'hint links spawn mpv {hint-url}')
config.bind(';m', 'hint links spawn mpv --fs {hint-url}')
config.bind('J', 'tab-prev')
config.bind('K', 'tab-next')
config.bind('j', 'scroll down')