We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First, Thank you for the your work. It really helped me setting up my env.
OS: MacOS Sequoia Terminal: iTerm2 Yazi: 0.3.3 (Homebrew 2024-09-04) Zellij: zellij 0.40.1
The current bash script tries to get the client list and check if it has the helix
RUNNING_COMMAND=$(zellij action list-clients | awk 'NR==2 {print $3}') if echo "$RUNNING_COMMAND" | grep -q "/hx$"; then
but on my setup zellij doesn't return /hx but rather hx which make it to open the file in a new pan.
/hx
hx
The text was updated successfully, but these errors were encountered:
duplicate of #17
Sorry, something went wrong.
No branches or pull requests
First, Thank you for the your work. It really helped me setting up my env.
OS: MacOS Sequoia
Terminal: iTerm2
Yazi: 0.3.3 (Homebrew 2024-09-04)
Zellij: zellij 0.40.1
Problem
The current bash script tries to get the client list and check if it has the helix
but on my setup zellij doesn't return
/hx
but ratherhx
which make it to open the file in a new pan.The text was updated successfully, but these errors were encountered: