Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make `first_valid` a function-level variable rather than a module-level one. This way when buffers are deleted, the letters at the begining of the list are re-used. This improves the UX when `use_filename` is false: - The letters at the begining of the list are likely to be the best ones. My setup puts the home row keys at the start. - Otherwise, if you keep deleting buffers you can use up all the letters and get `?` for all your buffers.
- Loading branch information