qutebrowser: add keybind to save webpages in MHTML
This commit is contained in:
parent
b0ea48a6d4
commit
08c04ed414
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user