Skip to content

Neovim plugin that zooms windows using tabs. Inspired by tmux zoom.

Notifications You must be signed in to change notification settings

vim-laundry/zoom.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

zoom

zoom.nvim adds a feature to vim that can zoom windows just like tmux. Using tabs instead of sessions makes this zoom really fast.

Features

  • faster than plugins like dhruvasagar/vim-zoom which use sessions to restore windows
  • simple, one command
  • fits with the vim philosophy that tabs are more like workspaces

Installation

vim-plug

Plug 'oberblastmeister/zoom.nvim'

" After plug#end()
lua require'zoom'.setup()

packer.nvim

use {
  'oberblastmeister/zoom.nvim',
  config = function() require('zoom').setup() end
}

lazy.nvim

{
  'oberblastmeister/zoom.nvim',
  config = true
}

About

Neovim plugin that zooms windows using tabs. Inspired by tmux zoom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%