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.

貢獻者指南