Skip to content

Commit

Permalink
chore: use horizontal tab pane in zellij
Browse files Browse the repository at this point in the history
easier use of screen spacing
  • Loading branch information
BobyMCbobs committed Jul 27, 2024
1 parent 409b2b8 commit 7d20b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/dev.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ layout {
tab name="postgres" {
postgres
}
tab name="backend" split_direction="vertical" {
tab name="backend" split_direction="horizontal" {
backend
pane
}
tab name="frontend" split_direction="vertical" {
tab name="frontend" split_direction="horizontal" {
frontend
pane
}
Expand Down

0 comments on commit 7d20b28

Please sign in to comment.