zellij-org/zellij

Feature: apply layout at runtime

Open

#742 opened on Sep 25, 2021

View on GitHub
 (11 comments) (10 reactions) (0 assignees)Rust (1,191 forks)batch import
help wanted

Repository metrics

Stars
 (32,593 stars)
PR merge metrics
 (Avg merge 42d 11h) (10 merged PRs in 30d)

Description

We should be able to allow defining several possible layouts in the layout yaml file: https://zellij.dev/documentation/layouts.html

We should then have some keyboard shortcut that would switch between these layouts, provided that the same amount of panes are open on screen (it would rearrange the open panes to fit the new layout alternate).

Contributor guide