my fork of vim-maximizer
Please refer to the original project for details.
Toggle pane maximisation with:
:PaneMaxx
Also the plugin can define some default mappings if the user wants to. By default it maps to <Leader>z if you have a Leader mapped else it defaults to <F3>.
Maximizer was written by Szymon Wrozynski and Contributors.
This modifications made in this fork are:
- Fixed compatibilty with later versions of vim (from 7.1 to 9.1+)
- Rename command
- Add a new default keybind
<Leader>zwith fallback to the earlier default<F3> - Removed the forced layout operation
It is licensed under the same terms as Vim itself