From 73fcf5a72bd0faf7226e5166f9ca04027b661691 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 12 Oct 2023 16:35:38 +0200 Subject: [PATCH] map u to undo --window, not undo --- .config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) 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}",