map u to undo --window, not undo

This commit is contained in:
Alexander Bocken 2023-10-12 16:35:38 +02:00
parent 98b48cb97b
commit 73fcf5a72b
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -7,6 +7,7 @@ c.auto_save.session = False
c.backend = "webengine" c.backend = "webengine"
c.bindings.commands = { "normal": c.bindings.commands = { "normal":
{ {
"u": "undo --window",
",C": "spawn -d st castyt {url}", ",C": "spawn -d st castyt {url}",
",S": "spawn -d mpvallvids {url}", ",S": "spawn -d mpvallvids {url}",
",V": "spawn -d startmpv {url}", ",V": "spawn -d startmpv {url}",