feat(tui): debug log panel toggle

This commit is contained in:
2025-10-18 03:18:34 +02:00
parent c49e7f4b22
commit 218ebbf32f
9 changed files with 499 additions and 5 deletions

View File

@@ -72,3 +72,28 @@ command = "composer.submit"
mode = "normal"
keys = ["Ctrl+;"]
command = "mode.command"
[[binding]]
mode = "normal"
keys = ["F12"]
command = "debug.toggle"
[[binding]]
mode = "editing"
keys = ["F12"]
command = "debug.toggle"
[[binding]]
mode = "visual"
keys = ["F12"]
command = "debug.toggle"
[[binding]]
mode = "command"
keys = ["F12"]
command = "debug.toggle"
[[binding]]
mode = "help"
keys = ["F12"]
command = "debug.toggle"