Today, I Learned...

by Justin Campbell

< All

ZoomWin for Vim allows you to zoom a window to fullscreen and then back again.

ZoomWin demo

Add a mapping for Ctrl+w,z to your Vim config for a similar mapping to tmux:

" Zoom
nmap <C-W>z <Plug>ZoomWin

via @nlsmith and the Daily Vim Devotional

November 1st, 2013