jimeh / tmuxifier

Tmuxify your Tmux. Powerful session, window & pane management for Tmux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The command "tmuxifier-tmux resize-pane" is not working in tmux 2.1

opened this issue · comments

I have some window definition files with many instances of the tmuxifier-tmux resize-pane command, for example:

split_h
select_pane 1
tmuxifier-tmux resize-pane -L 50

These commands no longer work after updating from tmux 1.8 to tmux 2.1. I have reverted to specifying a size in the split_ commands, which is less than ideal for more complex window configurations.