zellij-org/zellij

Configure Pane Frames

开放

#680 创建于 2021年8月31日

 (2 条评论) (2 个反应) (0 位负责人)Rust (1,191 个派生)batch import
configgood first issuehacktoberfesthelp wanted

仓库指标

星标
 (32,593 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南