How to use tmux with custom a tmux.conf file location when using tmuxp?
#736
Answered
by
paulmsmith
paulmsmith
asked this question in
Q&A
|
How can I run tmux with a custom config file location via tmuxp? Why? There are usecases for running tmux with a nonstandard tmux config file or for simply wanting/needing to store the tmux config file is just in a different location than default. Typically it is located at: |
Answered by
paulmsmith
Feb 7, 2022
Replies: 1 comment
|
Turns out it has been possible since early 2021 with a pass through flag when using tmuxp for example:
See this PR thread comment for more detail |
0 replies
Answer selected by
paulmsmith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out it has been possible since early 2021 with a pass through flag when using tmuxp for example:
tmuxp load ~/projects/project-a -f ~/dotfiles/tmux.confSee this PR thread comment for more detail