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
Hello. Just found that reverse command works incorrectly in one situation. The video demonstrates the issue more clearly.
reverse
Basically, just press zd multiple times with this keybinding:
zd
map zd :calcdirsize; set nodircounts; set sortby size; set reverse; set info size
Every new invocation resorts files (like when you call set reverse!) but I don't use ! here, so it shouldn't toggle sorting.
set reverse!
!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello. Just found that
reverse
command works incorrectly in one situation. The video demonstrates the issue more clearly.Basically, just press
zd
multiple times with this keybinding:Every new invocation resorts files (like when you call
set reverse!
) but I don't use!
here, so it shouldn't toggle sorting.lf-2022-08-06_16.06.44.mp4
The text was updated successfully, but these errors were encountered: