-
Notifications
You must be signed in to change notification settings - Fork 232
Session name with number at end won't load #183
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
Comments
I have a similar issue, when the window title is empty.
|
I found a work-around by running |
Added functions for testing empty titles and a config window_title_empty.yaml.
This issue has been automatically marked as stale because it has not had This bot is used to handle issues where the issue hasn't been discussed or |
Added functions for testing empty titles and a config window_title_empty.yaml.
tmux 2.3
tmuxp 1.2.2
Repro steps:
session_name
totest
in the yaml filesession_name
totest2
in the duplicate filetest2
in a terminal windowtest
in a different windowExpected result:
Actual result:
#132 was a similar issue except with dots instead of numbers
Also, if the number is within the
session_name
, it works correctly, and iftest
is loaded beforetest2
, it also works correctly.The text was updated successfully, but these errors were encountered: