Fix window-auto when using in session layouts

This commit is contained in:
2024-04-12 22:10:56 +01:00
parent 14894bdf47
commit 2c859ddd93
7 changed files with 28 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env -S tmux source-file
split-window -h -l 43%
split-window -h -l 43% -c '#{pane_current_path}'
select-pane -t 1
# vim: ft=tmux