Skip to content

Instantly share code, notes, and snippets.

@ngscheurich
Created November 18, 2023 03:37
Show Gist options
  • Save ngscheurich/7bc1cf39252f30ab8fa248006410c900 to your computer and use it in GitHub Desktop.
Save ngscheurich/7bc1cf39252f30ab8fa248006410c900 to your computer and use it in GitHub Desktop.
layout {
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
}
tab_template name="strider_tab" {
}
tab name="Code" focus=true {
pane command="nvim" {
args "."
}
}
tab name="Console" {
pane split_direction="Vertical" {
pane {}
pane {}
}
}
tab name="Files" {
pane split_direction="Vertical" {
pane size="30%" command="ranger"
pane command="lazygit" borderless=true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment