We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mini.animate, mini.clue, mini.colors, mini.completion, mini.deps, mini.extra, mini.files, mini.git, mini.icons, mini.map, mini.notify, mini.pick, mini.starter, mini.test
Currently almost all temporary scratch buffers are unnamed, which sometimes makes :buffers! output confusing.
:buffers!
A popular approach (already done in 'mini.git') is like 'minigit://'.
A big downside is the need to ensure that buffers don't have duplicating names (as it is not allowed by Neovim itself).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contributing guidelines
Module(s)
mini.animate, mini.clue, mini.colors, mini.completion, mini.deps, mini.extra, mini.files, mini.git, mini.icons, mini.map, mini.notify, mini.pick, mini.starter, mini.test
Description
Currently almost all temporary scratch buffers are unnamed, which sometimes makes
:buffers!
output confusing.A popular approach (already done in 'mini.git') is like 'minigit://'.
A big downside is the need to ensure that buffers don't have duplicating names (as it is not allowed by Neovim itself).
The text was updated successfully, but these errors were encountered: