How can I specify a pane percentage in tmuxinator ?
Eg:
project_name: ad_dev
project_root: ~/Programming/WWW/Rails/projects/ApparelDreamDev
rvm: ruby-1.9.2-p290@apparel_dev
pre: SQL
tabs:
- editor:
layout: main-vertical
panes:
- vim 75%
- #empty, will just run plain bash
- top
eg: the vim pane would take 75% of the screen… is there a way to specify this ? or where in the documentation should I look ? Can’t seem to find it anywhere.
The layout should be specified in the
layout:line. But you are not limited to the five preset layouts (such as main-vertical). From the man page:First set up your layout just how you like it – you can adjust widths with
resize-paneuntil it is just right for you. Then runtmux list-windows. And then you should be able to use thelayout:line from the output unaltered in tmuxinator.confSo based on the output from your gist:
The relevant section of the tmuxinator conf file should be: