mirror of
https://github.com/chenasraf/tx.git
synced 2026-05-18 01:29:08 +00:00
fix: select pane with window name
This commit is contained in:
@@ -60,7 +60,7 @@ func CreateFromConfig(opts exec.Opts, tmuxConfig config.ParsedTmuxConfigItem) er
|
||||
}
|
||||
|
||||
// Select first pane
|
||||
commands = append(commands, fmt.Sprintf("tmux select-pane -t %s.0", sessionName))
|
||||
commands = append(commands, fmt.Sprintf("tmux select-pane -t %s:%s.0", sessionName, windowName))
|
||||
}
|
||||
|
||||
// Select first window
|
||||
|
||||
Reference in New Issue
Block a user