-
Notifications
You must be signed in to change notification settings - Fork 233
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
passing options to tmux command: libtmux.exc.UnknownOption #867
Comments
tmuxinator allows for passing options to tmux like this:
I just tried that with tmuxp. No errors, and it launches the tmux session. BUT...
|
Oh, tmuxinator has |
Thought I found the solution at https://tmuxp.git-pull.com/about.html which at the bottom under Minor tweaks heaeding says:
But no, neither:
...neither works. I tried both with and without the space following the
|
|
Step 1: Provide a summary of your problem
I thought we could specify tmux options like
tmux -L socketname -f .config/custom.conf
by doing something like:…but either I'm mistaken about that or doing it wrong.
Step 2: Provide tmuxp details
Output of
tmuxp debug-info
:Step 3: Describe the problem:
Options do not get passed to tmux command. Error is produced instead.
Steps to reproduce:
Use the config:
Observed Results:
Expected Results:
I thought
options:
would be provided as options to thetmux
command.The text was updated successfully, but these errors were encountered: