How to use tmux with custom a tmux.conf
file location when using tmuxp?
#736
-
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: |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.conf
See this PR thread comment for more detail