Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: opening many files with custom keymappings causing an error
The error was tricky to reproduce. Here's what happened: - open yazi - select multiple files with space or c-a - pressing enter will send them to the quickfix list - alternatively, pressing e.g. c-v can open them in vertical splits - the next time you opened yazi, the keymappings were not properly reset, causing opening many files with enter not to be sent to the quickfix list, but to be opened in vertical splits The error was caused by the fact that the config was modified in the keymappings, but not properly reset on the next opening of yazi.
- Loading branch information