zellij-org / zellij

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

Multifile configuration #1043

Open hornyjailfish opened 2 years ago

hornyjailfish commented 2 years ago

separate config into separate files like config.yaml keybindigs.yaml themes.yaml make configuration a bit clearer and allow external tools (like pywal) generate themes/hotkeys for zellij easier

a-kenji commented 2 years ago

Hey @hornyjailfish, thank you for taking the time writing this issue!

I am not sure if that would make configuration clearer, I think it would make it harder for people to understand the configuration.

While it might be easier for tools to dynamically change the configuration that way, you can just cat the files together again, since you are using tools to generate the config anyway.

Or did I not understand something here?