Skip to content

fireflowerr/vwm.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Window Manager

A layout manager for vim and nvim.

definition

Features

  • Save and manage vim windows via layouts
  • Automatically cache and unlist buffers
  • Automatically reuse buffers
  • Regroup command buffers
  • Highly configurable

Installation

  • vimplug: Plug 'paroxayte/vwm.vim'
  • dein: call dein#add('paroxayte/vwm.vim')
  • manual: source the this repo to your vim runtime

Usage

  • Layout on: :VwmOpen *layout_name*
  • Layout off: :VwmClose *layout_name*
  • Layout toggle: :VwmToggle *layout_name*

note: default is the only default layout. Test it out!

Examples

note: For detailed configuration see help: vwm.vim.

layouts

definitions

command buffer regrouping

vwm can take commands that open a new window, and incorporate that window in to a defined layout

The following example will make use of the wonderful NERDTree plugin and the equally wonderful Vista plugin.

definitions

About

A highly extensible window manager for nvim/vim!

Resources

License

Stars

Watchers

Forks

Packages

No packages published