-
Notifications
You must be signed in to change notification settings - Fork 23
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
Keeping Yazi open in the background / no delay when opening #593
Comments
Thanks for the idea! Right now this is not possible. However, I have been thinking about adding this feature for some months now. I should migrate the floating window implementation to use https://github.com/folke/snacks.nvim which is popular and should provide this out of the box. Naturally, only the necessary features will be loaded to keep everything as fast as possible. As a proof-of-concept for this idea, I actually already built a fast lazygit integration that uses the same approach in https://github.com/mikavilpas/tsugit.nvim. It runs lazygit in the background and gets rid of the opening delay, although I'm probably the only user. Anyway, 100% of the users agree that this approach works really well 😄 Let's keep this issue open to track the progress! Many other things are also required for this to function properly:
|
This issue is stale because it has been open for 30 days with no activity. |
While nvim runs fast and fine, I always have a small delay when I do
yazi cwd
.The text was updated successfully, but these errors were encountered: