zellij-org/zellij

Feature: apply layout at runtime

Open

#742 opened on Sep 25, 2021

View on GitHub
 (11 comments) (8 reactions) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
help wanted

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