mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-25 18:05:39 +00:00
Fix zellij tab move
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user