Add names to panes

main
Julius Riegel 8 months ago
parent 4783624570
commit f756f082fd

@ -48,14 +48,21 @@ layout {
}
tab name="Editor" split_direction="Vertical" hide_floating_panes=true {
pane split_direction="Vertical" {
pane command="nu" size="15%" {
pane {
name "Files"
size "15%"
command "nu"
args "-c" "broot --conf {{dirs.config}}/broot/ide.toml --sort-by-type-dirs-first"
}
pane command="nu" size="55%" {
pane {
name "Editor"
command "nu"
size "55%"
args "-c helix"
}
pane size="30%" split_direction="Horizontal" {
pane size="100%"
pane {
name "Terminal"
size "30%"
}
}
}
@ -63,6 +70,6 @@ layout {
keybinds {
normal {
bind "Ctrl f" {ToggleFocusFullscreen;}
bind "Ctrl f" { ToggleFocusFullscreen; }
}
}

Loading…
Cancel
Save