-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Issues with :sh
#12992
Comments
You might have to escape those percents with |
it does seem like an escaping issue, but when i wrote % instead, i got an "invalidescapesequence" error. This is from latest master build. |
y = ":sh zellij run -c -f -x '10%' -y '10%' --width '80%' --height '80%' -- bash ~/.config/helix/yazi-picker.sh open" |
(there are escapes, but they got eaten by markdown formatting) |
Sorry, I misread this in the docs:
The relevant line was actually this:
This works for me:
|
yeah - that worked for me :) Is there an easy way to file a feature request to improve the error messaging? |
You could just change the title of this issue and update the description. |
I'm following https://yazi-rs.github.io/docs/tips/#helix-with-zellij to open yazi in helix, but I'm getting the following error:
(with nushell)
results in:
note: this command works when manually run from the command line. is there some kind of parsing issue?
The text was updated successfully, but these errors were encountered: