layout { name "telebot" cwd "~/repos/telegram-messages-manager" default_tab_template { pane size=1 borderless=true { plugin location="zellij:tab-bar" } children pane size=2 borderless=true { plugin location="zellij:status-bar" } } tab { pane split_direction="horizontal" { size "70%" pane { name "lvim" command "lvim" } } pane split_direction="vertical" { size "20%" pane { name "app" command "./runDev.sh" } pane { name "ytop" command "ytop" } } } }