-
Notifications
You must be signed in to change notification settings - Fork 481
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
feat!: enhance status line separator configuration #2313
base: main
Are you sure you want to change the base?
Conversation
Actually, Do you have a screenshot showing what it looks like when different values are set for them? |
That looks great, this will be a nice improvement! Could you make this PR only include the changes for |
a144cd8
to
5c11433
Compare
done |
I sincerely request you to reconsider whether the formatting-related features can be merged into the main branch. They are not complex and provide convenience for those who want customization. For others, they can simply remain unchanged. If possible, I will submit another PR. Those changes don’t seem to be breaking. |
docs update: yazi-rs/yazi-rs.github.io#203 |
Close: #2312
Description
sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
format_percent = [ "Top", "%2d%%", "Bot" ]
format_position = "%2d/%-2d"
format_mode = "%.3s"
Checklist: