Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMultiple configs in single file #573
Comments
|
Or even better the config file can just be |
|
You can also have a custom tmuxp config directory by setting the
|
|
With a single file there won't even be a need for a directory. Everything can be in a single file |
|
Don't agree with you about the single file thing; I was just letting you know that if you want to keep your config files in an XDG-compliant directory you totally can. |
I'd like to have multiple configs in a single file, rather than having to spread them across multiple files. If a yaml file contains an array of objects, then tmuxp should load whichever of them matches, like
tmuxp load firstortmuxp load second.The config file can then be a single file under
~/.tmuxp/config.yml.