A simple vim plugin to focus or zoom in on a single split window and be able to restore it again.
For vim-plug
Plug 'markstory/vim-zoomwin'
This plugin exposes a :ZoomToggle
command and binds that command to <Leader>z
.
Push that chord once to focus and once again to unfocus a split window.