-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source config files from ./.tmux/
#6
Comments
One could place all the configurations in the top level as hidden files for the same effect. Since the dot gets stripped away anyway, the behaviour should be the same, or am I missing something? Having a |
For workspaces which need have than one configuration,
tmux-up
can fall back to searching within the.tmux/
sub-directory if$1
cannot be found in the current working directory.This would allow, for example, a workspace to maintain separate configurations for independent use cases, such as one for day-to-day development work and a different one for managing deployments.
In this case, if a primary configuration is generally preferred, it can be symlinked into the top-level working directory as
.tmux.conf
sotmux-up
can still be invoked without any parameters.The text was updated successfully, but these errors were encountered: