1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Are you using the latest version of tmuxp? Check `tmuxp -V` against
https://pypi.org/project/tmuxp/. If it's not the latest, consider updating, e.g.
`pip install --user tmuxp`.
### Step 1: Provide a summary of your problem
- For general technical questions, problems or feature requests related to the code **in this repository** file an issue.
### Step 2: Provide tmuxp details
- Include output of `tmuxp debug-info`
- Include any other pertinant system info not captured
### Step 3: Describe the problem:
#### Steps to reproduce:
1. ...
2. ...
3. ...
#### Observed Results:
- What happened? This could be a description, log output, etc.
#### Expected Results:
- What did you expect to happen?
#### Relevant Code:
```
// TODO(you): paste here tmuxp configuration (YAML / JSON) you are having issues with.
```
|