qutebrowser: add keybind to save webpages in MHTML

This commit is contained in:
surtur 2022-04-06 14:35:21 +02:00
parent b0ea48a6d4
commit 08c04ed414
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -287,6 +287,9 @@ config.bind(';b', 'hint links userscript getbib')
config.bind(';m', 'hint links spawn mpv --gpu-context=wayland --hwdec=auto {hint-url}')
config.bind('<Ctrl-=>', 'zoom-in')
config.bind('<Ctrl-->', 'zoom-out')
# save web pages in MHTML
# ref: https://www.ii.com/qutebrowser-tips-fragments/#_my_configpy_settings
config.bind(',sm', 'set-cmd-text :download --mhtml')
import dracula.draw