7 lines
92 B
Plaintext
Executable File
7 lines
92 B
Plaintext
Executable File
#!/usr/bin/env -S tmux source-file
|
|
|
|
split-window -v -l 34%
|
|
select-pane -t 1
|
|
|
|
# vim: ft=tmux
|