diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index a90853c..9368ee4 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -7,6 +7,7 @@ c.auto_save.session = False c.backend = "webengine" c.bindings.commands = { "normal": { + "u": "undo --window", ",C": "spawn -d st castyt {url}", ",S": "spawn -d mpvallvids {url}", ",V": "spawn -d startmpv {url}",