nvim-lua / wishlist

A public catalogue of Lua plugins Neovim users would like to see exist
MIT License
235 stars 0 forks source link

Master and Stack split management like in DWM & XMONAD. #35

Open kodesoul opened 2 years ago

kodesoul commented 2 years ago

What? A plugin that dynamically manages splits like in dynamic tiling window managers.

Why? Makes managing splits more intuitive in that:

  1. Location of new splits is predictable and clear.
  2. Moving around splits is easier.
  3. Focusing on splits is easier.

Potential existing implementations: N/A

*Potential pitfalls:* Non that I am aware of.

[Edit] removed placeholders.

ram02z commented 2 years ago

https://github.com/delphinus/dwm.nvim

matu3ba commented 2 years ago

If you want something simpler, you can also code your own modes for this with hydra.nvim