Skip to content

feat(commands): Add descending order_by_name support #1697

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

Merged

Conversation

zackwithak13
Copy link
Contributor

Expands #1694

Currently, order_by_name does not respect sort direction.
This addition would add support to toggle between ascending & descending name sort.

  • Updates the state creation with a default sort of { label = "Name", direction = 1 }
    • This prevents needing to send the order_by_name command twice to reverse sort order
  • Adds a sort icon to the "Name" column when in "window" view
    • Should not apply to the "tab" view

Copy link
Collaborator

@pynappo pynappo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@pynappo pynappo merged commit fbc0abe into nvim-neo-tree:main Feb 24, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants