mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
The `-p` flag on `split-window` was deprecated in Tmux 3.1 in favor of just adding a `%` suffix to the numeric value given to the `-l` flag. This uses the new `-l <n>%` format on Tmux 3.1 and later, and uses the old `-p <n>` format on 3.0 and older.