-
Notifications
You must be signed in to change notification settings - Fork 73
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
SessionX window flashes on my screen when called but disappears literally on the next frame #166
Comments
Same here, just installed and I see just a flash of what seems to be a tmux pop-up. I didn't download that custom fzf-tmux script so the only configuration I did is this: tmux: |
Hello, same here, the window flickers and goes away. I managed to capture an error it shows. tmux: 3.5a [UPDATE]: Fixed by updating the bash version as described here: comment #163 |
Not sure but I don't see any change. |
For me at first I did not see any changes, even after updating the tools. Then I tried out another Terminal and suddenly the behaviour changed in my old terminal. Im still stuck but at least somewhere else :) Maybe it helps us getting to the root of the issue |
|
I updated bash but it didn't resolve the issue. What did resolve the issue was installing a specific version of sessionx before the breaking changes were merged. Thus, I changed
to
which corresponds to #151 and now it works as expected. The subsequent merge, #157, broke the plugin for me. |
This seems to fix it for me as well! |
No Still not working i dont know why set -g @plugin 'omerxx/tmux-sessionx#3a1911e' |
It fixed it for me too.
I had to downgrade |
This works on my end ^^ ty so much! |
Hello! For some reason, when I bring up SessionX, the window appears for one quick fraction of a second, but immediately goes away, it's like it only just flashes on the screen. About two weeks ago it was working fine, so I wonder if something in the most recent update broke it?
For my sessionx config, i only have the following two lines:
set -g @plugin 'omerxx/tmux-sessionx'
set -g @sessionx-bind 'q'
The text was updated successfully, but these errors were encountered: