เค้าโครงควรระบุไว้ในlayout:
บรรทัด แต่คุณไม่ได้ จำกัด เฉพาะเลย์เอาต์ที่ตั้งไว้ล่วงหน้าห้าแบบ (เช่นแนวตั้งหลัก) จากหน้าคน :
In addition, select-layout may be used to apply a previously used layout -
the list-windows command displays the layout of each window in a form
suitable for use with select-layout. For example:
$ tmux list-windows
0: ksh [159x48]
layout: bb62,159x48,0,0{79x48,0,0,79x48,80,0}
$ tmux select-layout bb62,159x48,0,0{79x48,0,0,79x48,80,0}
tmux automatically adjusts the size of the layout for the current window
size. Note that a layout cannot be applied to a window with more panes
than that from which the layout was originally defined.
ขั้นแรกตั้งค่าเลย์เอาต์ของคุณตามที่คุณต้องการ - คุณสามารถปรับความกว้างได้resize-pane
จนกว่าจะเหมาะกับคุณ tmux list-windows
จากนั้นเรียก จากนั้นคุณควรจะสามารถใช้layout:
บรรทัดจากเอาต์พุตที่ไม่เปลี่ยนแปลงใน tmuxinator.conf
ขึ้นอยู่กับผลลัพธ์จากส่วนสำคัญของคุณ:
0: tmux [208x73] [layout b147,208x73,0,0[208x62,0,0,208x10,0,63{104x10,0,63,103x10,105,63}]] (active)
ส่วนที่เกี่ยวข้องของไฟล์ tmuxinator conf ควรเป็น:
- editor:
layout: b147,208x73,0,0[208x62,0,0,208x10,0,63{104x10,0,63,103x10,105,63}]
panes:
- vim
- #empty, will just run plain bash
- top