Skip to content
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

FileView: Add quick select file select #426

Merged
merged 3 commits into from
Apr 16, 2024
Merged

Conversation

warpdesign
Copy link
Owner

@warpdesign warpdesign commented Apr 16, 2024

This PR adds the ability to quickly select a file by typing the first letters:

  • typing 'a' will select the first file starting with 'a'
  • typing 'abc' will select the first file starting with 'abc' (if there is none, it won't unselect previous file)

I also stumbled upon a bug that I fixed: meta + i to invert the selection worked even if the FileView was not active.

@warpdesign warpdesign changed the title Add quick select fileview FileView: Add quick select file select Apr 16, 2024
@warpdesign warpdesign merged commit 2510f99 into master Apr 16, 2024
1 check passed
@warpdesign warpdesign deleted the add-quick-select-fileview branch April 16, 2024 15:28
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.

None yet

1 participant