-
Notifications
You must be signed in to change notification settings - Fork 19
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
Default keymaps do not respond #578
Comments
Hmm, I'm thinking it might be something else in your config that could be causing issues. Can you try to run the minimal reproduction setup here and see if you can reproduce the issue?
|
The minimus setup works great and allows me to use the demault keymaps, i.e. the issue cannot be reproduced. |
Ok, that's a great finding. In that case, it's probably something in your config. Try to disable all plugins in your config and see if it can still be reproduced. If not, then gradually enable them until you find what plugin (or many plugins) have conflicts. |
I did two things, and neither of them worked, i.e. the default keymaps did not respond. I will explain what I did below, and would appreciate if you could point out what I did wrong. In my first attempt, I removed all plugins except So, I decided to create another https://lazy.folke.io/installation
where the content of
After adding |
When stated, It shows
But the problem still remains. |
It looks like the keymaps are defined in yazi.nvim's config. If they have no effect for you, it might be something in your system. Since it works with the minimal reproduction setup, I don't know what could be wrong. |
I installed
yazi.nvim
with the default settings. But, I cannot open a file by pressing a default key, e.g.<c-t>
.:checkhealth yazi
showsand
:lua =require('yazi').config
showsAny advice would be appreciated.
The text was updated successfully, but these errors were encountered: