Adds a setting to spawn a new instance.

With stacking in my WM like cosmic, it is almost all I need. Goodbye gnome-terminal.
This commit is contained in:
2025-10-30 00:05:56 +01:00
parent d1a7c54680
commit c6cf796f15

View File

@@ -44,3 +44,13 @@ blue= "#B1D2EE"
magenta= "#E2C4EB"
cyan= "#BAEEE7"
white= "#C5C8C6"
[keyboard]
bindings = [
{ key = "T", mods = "Control|Shift", action = "SpawnNewInstance" }
]
# Local Variables:
# vc-follow-symlinks: t
# End: