-
Notifications
You must be signed in to change notification settings - Fork 76
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! |
Same here! Thank you :)) |
Same for me, I need to checkout version before this change. And its working fine. |
fixed it for me on MacOS + iTerm2 |
For anyone having this issue on Mac, even though the default shell is zsh these scripts use bash. I say works, now I'm stuck with the SessionX window being unresponsive to input. |
Weird... for me TPM didn't even installl the sessionx at all while defining this plugin with commit hash, but when I manually deleted sessionx from plugins/ folder and reinstalling again - then it resolved the issue for me :o |
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: