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
The file ordering in the tree when special characters are involved is cumbersome (see screenshots)
mkdir -p /tmp/demo cd /tmp/demo touch aaa.ext aaa.sub.ext bbb.ext aaa-aaa.ext
this is what zed shows:
this is the order of the cli:
ls -1 aaa-aaa.ext aaa.ext aaa.sub.ext bbb.ext
The expectation is that aaa.ext and aaa.sub.ext are sequential
aaa.ext
aaa.sub.ext
Zed: v0.159.10 (Zed) OS: Linux Wayland fedora 40 Memory: 15 GiB Architecture: x86_64 GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 24.1.7
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check for existing issues
Describe the bug / provide steps to reproduce it
The file ordering in the tree when special characters are involved is cumbersome (see screenshots)
this is what zed shows:
this is the order of the cli:
The expectation is that
aaa.ext
andaaa.sub.ext
are sequentialEnvironment
Zed: v0.159.10 (Zed)
OS: Linux Wayland fedora 40
Memory: 15 GiB
Architecture: x86_64
GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 24.1.7
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: