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

split-window -v -l 34% -c '#{pane_current_path}'
select-pane -t 1

# vim: ft=tmux