- Reggie Watts
███████╗ ██████╗ ██████╗ ███╗ ███╗
╚══███╔╝██╔═══██╗██╔═══██╗████╗ ████║
███╔╝ ██║ ██║██║ ██║██╔████╔██║
███╔╝ ██║ ██║██║ ██║██║╚██╔╝██║
███████╗╚██████╔╝╚██████╔╝██║ ╚═╝ ██║ . V I M
╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝
Zoom lets you zoom a split - making it full window. And zoom out to go back to your initial layout.
It's ideal to read all the messages in your quickfix window in full screen. Focus on that part of a window you want to concentrate on. Get rid of the noise.
Use your favorite plugin manager and in install it like you normally would do.
Eg:
Plug 'Mathijs-Bakker/zoom-vim'
Create your own key binding like:
nmap <leader>z <Plug>Zoom
Put it somewhere in your vim.rc and your good to go.
Want to submit a new feature, bugfix, or hack on Zoom? Submit pull requests to
This plugin is inspired by (read: stolen from) Nick Nisi.