zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.42k stars 611 forks source link

Reloading the config at runtime #3386

Open jaeheonji opened 1 month ago

jaeheonji commented 1 month ago

This Feature organizes tasks for the end goal of allowing users to modify and reload zellij configuration files at runtime.

The following features are subsets of this feature and must be included in implementation:

This also requires distinguishing whether each option allows changes at runtime. For example, It is difficult to apply ​​to options such as default_mode or mirror_session when reloading. Instead, I think we can handle like UI related options such as simplified_ui or pane_frames

jaeheonji commented 23 hours ago

https://github.com/zellij-org/zellij/pull/3422

This PR will help to implement this feature.