ZoomWin for Vim allows you to zoom a window to fullscreen and then back again.
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
ZoomWin for Vim allows you to zoom a window to fullscreen and then back again.
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