mini.nvim
mini.nvim copied to clipboard
Add a module to manage windows
Contributing guidelines
- [X] I have read CONTRIBUTING.md
- [X] I have read CODE_OF_CONDUCT.md
Module(s)
mini.window
Description
Hi echasnovski! Is it possible to add something like yorickpeterse/nvim-window to mini.nvim.
Thanks for the suggestion!
I personally don't the need for this kind of module at the moment (the monitor is not large enough to allow so many splits), but I can see the potential in 'mini.windows' to be something like:
- Interactive window picker.
- Custom layouts manager, like popular desktop window managers.
This probably won't happen in the near future, but overall idea might be interesting.
I believe the use case of window jumping is better satisfied with 1. modal modes and 2. having a saner per window headline/statusline configuration, 3. using something more simple like leader+1-9.
Take a quick look at my hydra.nvim config: https://github.com/matu3ba/dotfiles/blob/7c0a95efa7eb540132c8a217f658e6faaf28ea0c/.config/nvim/lua/my_hydra.lua#L39
Something similar to this would be nice: https://stackoverflow.com/a/6094578/2968568
I support that idea. Something similar to this would also be good: nvim-window-picker.