How about having TOML as a new configuration format for TMUX config? #4355
vikaspoddar
started this conversation in
General
Replies: 1 comment
-
Seems like good idea to use widely used format rather then tmux specific.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TOML is a very minimalistic & simple configuration language. It has been in used in rust language, python for project config management. It is much simpler then YAML or XML and stricter then INI files.
It would be great opportunity to make the tmux.conf into tmux.toml. It will make the tmux configs more coherent in terms of syntax validation and verification.
NOTE: I am not suggesting discarding tmux.conf rather supporting tmux.toml also.
Please, do share your ideas, thoughts and opinions.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions