echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.45k stars 171 forks source link

Add mini.zenmode #953

Closed AstorAyestas closed 3 weeks ago

AstorAyestas commented 3 weeks ago

Contributing guidelines

Module(s)

mini

Description

Mini.zenmode

Is there any plan to add zen mode to mini? Something similar to:

echasnovski commented 3 weeks ago

Thanks for the suggestion!

The 'mini.nvim' version of "zenmode" like functionality is MiniMisc.zoom(). It toggles between showing and unshowing particular buffer "full screen". I have it mapped to <Leader>oz ("other" + "zoom") and it works for me quite well.

Closing as "already has a version that seems to be enough".