7 lines
118 B
Plaintext
Executable File
7 lines
118 B
Plaintext
Executable File
#!/usr/bin/env -S tmux source-file
|
|
|
|
split-window -h -l 57% -c '#{pane_current_path}'
|
|
select-pane -t 1
|
|
|
|
# vim: ft=tmux
|