-
-
Notifications
You must be signed in to change notification settings - Fork 681
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
Unable to open directory from strider - filepicker #3267
Comments
hi, |
just updated zellij and I'm having this issue too |
I am using Ubuntu 22.04 and having this issue as well. I install Zellij from the main branch |
To those experiencing this issue: if you set the |
@imsnif Setting |
Thanks @quanhua92, I'll fix this in a patch soon. For now, at least we have a temporary workaround. |
@imsnif, tryed with
|
maybe problems with zsh / oh-my-zsh / powerlevel10k ? |
I've just discovered that even though I'm using zsh, setting |
@imsnif seems to be some problems with zsh. At the top of my zsh config file I have this, I don't know if it could matter:
to attach zellij to a specific existing session. setting Screencast_20240417_192108.webm |
default_shell "fish" works as a workaround for me |
@rockboynton are you using zsh? According to the documentation, fish should be the default shell. Even when commented out, the behavior should remain the same. |
@matiux no, I have my |
@rockboynton the problem seems to be related to zsh. I would like to have more feedback with zsh besides my own |
Hi @imsnif, any news or suggestion ? |
Hi @matiux - I appreciate that you really want this problem fixed, but please don't tag me. This is a large project and I unfortunately do not have the capacity to provide user support to all who need it. I am just one person. Please see my previous comment about this issue, your problem (given that it happens only in one shell) almost certainly has to do with your environment and the way you launch Zellij. If you'd like help getting to the bottom of it, please go to one of our dedicated support platforms (Discord and to a lesser extend Matrix). |
My apologies for tagging you. I just thought you might have a better understanding of the project. By the way, to lunch zellij, I simply put this at the beginning of the ~/.zshrc file
is it a wrong approach? |
Fixed in #3267 - will release a patch version with this and other fixes in the near future. |
Thanks. Hope this patch will fix also for zsh |
stty size: 57 202
zellij: 0.40.0
uname -av: Linux iuxhome 6.8.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 Apr 2024 01:47:33 +0000 x86_64 GNU/Linux
zsh --version: 5.9 (x86_64-pc-linux-gnu)
ohmyzsh
powerlevel10k
Step to reproduce:
Add key binding
Press Alt + f to open the filepicker, than,navigate to desired folder:
Press TAB to select desired folder, in my example zellij:
Press enter to open folder in the right panel, but nothing happens. The position in the right panel doesn't change. Is this behavior correct?
P.s. However, if I select a file, it opens without problems
The text was updated successfully, but these errors were encountered: