zellij-org/zellij

Configure Pane Frames

Open

#680 opened on Aug 31, 2021

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
configgood first issuehacktoberfesthelp wanted

Description

Allow the configuration of pane frames.

For example where or whether to show the scroll indicator. Have some right aligned, some left aligned. Display the information at the bottom of the frames.

The current default configuration could be something akin to this:

pane_frames:
  top:
    left: [title, ]
    right: [scroll, ]
 bottom:
   left: []
   right: []

Allow the configuration of pane frames to depend on the mode they are in.

Contributor guide