mini.nvim icon indicating copy to clipboard operation
mini.nvim copied to clipboard

Add a module to manage windows

Open 231tr0n opened this issue 1 year ago • 4 comments
trafficstars

Contributing guidelines

Module(s)

mini.window

Description

Hi echasnovski! Is it possible to add something like yorickpeterse/nvim-window to mini.nvim.

231tr0n avatar Nov 17 '24 10:11 231tr0n

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.

echasnovski avatar Nov 17 '24 12:11 echasnovski

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

matu3ba avatar Dec 06 '24 10:12 matu3ba

Something similar to this would be nice: https://stackoverflow.com/a/6094578/2968568

luisdavim avatar Jan 30 '25 00:01 luisdavim

I support that idea. Something similar to this would also be good: nvim-window-picker.

krovuxdev avatar Mar 23 '25 23:03 krovuxdev