Add initial IDE layout for Zellij
This commit is contained in:
parent
9c73bfd7d4
commit
6513581d3b
4
aliases
4
aliases
@ -11,6 +11,10 @@ if (( $+commands[helix] )); then
|
|||||||
alias hx="helix"
|
alias hx="helix"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if (( $+commands[zellij] )); then
|
||||||
|
alias ide="zellij --layout ${HOME}/.config/zellij/layouts/ide.kdl"
|
||||||
|
fi
|
||||||
|
|
||||||
if (( $+commands[coreutils] )); then
|
if (( $+commands[coreutils] )); then
|
||||||
alias [
|
alias [
|
||||||
alias arch="coreutils arch"
|
alias arch="coreutils arch"
|
||||||
|
9
zellij/layouts/ide.kdl
Normal file
9
zellij/layouts/ide.kdl
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
layout {
|
||||||
|
default_tab_template {
|
||||||
|
pane size=1 borderless=true {
|
||||||
|
plugin location="zellij:compact-bar"
|
||||||
|
}
|
||||||
|
pane name="Editor" size="75%" focus=true edit="./"
|
||||||
|
pane name="Terminal" size="25%"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user