We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7b59c commit 2a6c61fCopy full SHA for 2a6c61f
src/tmuxp/workspace/builder.py
@@ -495,7 +495,7 @@ def get_pane_shell(
495
496
assert pane is not None
497
498
- pane = window.split_window(
+ pane = pane.split(
499
attach=True,
500
start_directory=get_pane_start_directory(
501
pane_config=pane_config,
@@ -505,7 +505,6 @@ def get_pane_shell(
505
506
window_config=window_config,
507
),
508
- target=pane.id,
509
environment=environment,
510
)
511
0 commit comments