-
Notifications
You must be signed in to change notification settings - Fork 232
Added support for -f flag to use non-default tmux config file #479
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
Conversation
@TerraTech Hi there, sorry about this! Can I get another rebase? I just merged #623 which moves us to a poetry packaging setup and will runs the PR through GitHub actions. |
|
Hi, sorry for letting this go on so long, that's my fault. Can you please rebase the PR and solve on the conflicts? If there's no response I'll assume this is ok to close, but you'd be welcome to remake the PR in the future. |
@tony If @lins05 has fallen off the grid, would you accept the patch in a new PR from myself to get this merged in? I ask because of the the Overall, I'd like to remove the custom patch from my portage build routines. |
New machine and just got to this problem. Would love this to be resolved and merged. |
Codecov Report
@@ Coverage Diff @@
## master #479 +/- ##
=======================================
Coverage 75.91% 75.91%
=======================================
Files 7 7
Lines 1179 1179
Branches 306 306
=======================================
Hits 895 895
Misses 201 201
Partials 83 83
Continue to review full report at Codecov.
|
e.g. Have you tried |
This was in since 1.7.1, Feb 3, 2021, ee8c6e2 Let me know if it works if you try it Note that this only works for newly started tmux servers (it's an |
It does? I didn't realise @tony, I will check. I just now ended up symlinking .tmux.conf to my dotfiles directory, will revert. Thank you for the swift reply. |
@tony Forgive my lack of experience, but should it be something like:
|
@paulmsmith I did a test and yes, like that.
And this only worked on new sessions. For subsequence sourcing, you could try Does this resolve your question btw? If it does, are you willing to ask it in https://github.com/tmux-python/tmuxp/discussions and answer it? Maybe that can make it easier for people in a similar situation |
It does, thank you @tony I have attempted adding question and answer discussion thread: How to use tmux with custom a |
@paulmsmith this additional discussion thread is wonderful! Thank you! |
I am closing this since we already have this in master. You made this PR first. I missed it. A subsequent PR at #665 added it, and when going through the queue, that was what appeared first from my perspective. To be clear: me not getting to your PR is my fault. I apologize for that I promise if you ever do make another contribution here I will make you first priority. You can email me the PR directly so its certain I ese it. |
Thanks for this awesome project! I find it's useful to use a specific tmux.conf when automating some tasks. Hopefully this would be useful for others too.