zellij: Unable to open directory from strider - filepicker
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
bind "Alt f" {
LaunchPlugin "filepicker" {
close_on_selection true
};
}
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
About this issue
- Original URL
- State: closed
- Created 2 months ago
- Comments: 19 (4 by maintainers)
hi, same issue here
Fixed in https://github.com/zellij-org/zellij/issues/3267 - will release a patch version with this and other fixes in the near future.
just updated zellij and I’m having this issue too
@imsnif Setting
default_shell
fixes the bug for me. My$SHELL
is/bin/bash
, I set thedefault_shell
tobash
I am using Ubuntu 22.04 and having this issue as well. I install Zellij from the main branch