christoomey / vim-tmux-runner

Vim and tmux, sittin' in a tree...
MIT License
291 stars 37 forks source link

fix: s:CreateRunnerPane in tmux 3.4. #113

Open Traap opened 2 months ago

Traap commented 2 months ago

Change split-window -p to split-window -l

christoomey commented 2 months ago

Hi @Traap, thanks for the note here? I'm a little concerned that this might fix things for 3.4, but break it for earlier versions. I'm thinking this might need to be conditional on the tmux version, unfortunately. Mind poking at that?