लेआउट को 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