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

Support Ctrl-R to reload the file tree #1085

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Support Ctrl-R to reload the file tree #1085

merged 1 commit into from
Sep 18, 2024

Conversation

yykamei
Copy link
Owner

@yykamei yykamei commented Sep 18, 2024

Although the current thwack implementation loads file tree in memory at the beginning of this program, sometimes a user might want to reload the file tree for some reason. I think it's worth adding a new feature to reload the file tree when the user commands to reload it.

This patch allows a user to reload the file tree when the user type Ctrl-R.

Although the current thwack implementation loads file tree in memory at
the beginning of this program, sometimes a user might want to reload the
file tree for some reason. I think it's worth adding a new feature to
reload the file tree when the user commands to reload it.

This patch allows a user to reload the file tree when the user type
Ctrl-R.
@yykamei yykamei added the enhancement New feature or request label Sep 18, 2024
@yykamei yykamei enabled auto-merge (squash) September 18, 2024 14:18
@yykamei yykamei merged commit 6681dd4 into main Sep 18, 2024
24 checks passed
@yykamei yykamei deleted the reload branch September 18, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant