Fix zellij tab move

This commit is contained in:
crschnick
2026-03-22 06:23:12 +00:00
parent 1c1ec9ef00
commit 7d48dc16a5
@@ -108,6 +108,8 @@ public class ZellijTerminalMultiplexer implements TerminalMultiplexer {
"sleep 0.5",
"zellij -s xpipe action new-tab --name \"" + escape(config.getColoredTitle(), false, true) + "\"",
"sleep 0.5",
"zellij -s xpipe action go-to-tab 2",
"sleep 0.5",
"zellij -s xpipe action write-chars -- " + escape(" " + firstCommand, true, true) + "\\;exit",
"zellij -s xpipe action write 10",
"zellij -s xpipe action clear",