|
|
@ -48,14 +48,21 @@ layout {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tab name="Editor" split_direction="Vertical" hide_floating_panes=true {
|
|
|
|
tab name="Editor" split_direction="Vertical" hide_floating_panes=true {
|
|
|
|
pane split_direction="Vertical" {
|
|
|
|
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"
|
|
|
|
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"
|
|
|
|
args "-c helix"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
pane size="30%" split_direction="Horizontal" {
|
|
|
|
pane {
|
|
|
|
pane size="100%"
|
|
|
|
name "Terminal"
|
|
|
|
|
|
|
|
size "30%"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -63,6 +70,6 @@ layout {
|
|
|
|
|
|
|
|
|
|
|
|
keybinds {
|
|
|
|
keybinds {
|
|
|
|
normal {
|
|
|
|
normal {
|
|
|
|
bind "Ctrl f" {ToggleFocusFullscreen;}
|
|
|
|
bind "Ctrl f" { ToggleFocusFullscreen; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|