qutebrowser: also use <c-{=,-}> for zoom
This commit is contained in:
parent
c2b28b4919
commit
b0ea48a6d4
@ -285,6 +285,8 @@ config.bind(';g', 'hint links userscript qute-gemini')
|
||||
config.bind(';G', 'hint links userscript qute-gemini-tab')
|
||||
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')
|
||||
|
||||
import dracula.draw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user