#!/usr/bin/env -S tmux source-file

split-window -h -l 57% -c '#{pane_current_path}'
select-pane -t 1

# vim: ft=tmux