Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ubaldot/vim-extended-view

A window is too small for your long buffer? Then, try this!
https://github.com/ubaldot/vim-extended-view

vim vim-plugin vim9

Last synced: 27 days ago
JSON representation

A window is too small for your long buffer? Then, try this!

Awesome Lists containing this project

README

        

# vim-extended-view

Extend the view of your buffer on a number of side-by-side windows!




* Vim-extended-view *

This simple plugin provides only one command `:ExtendedViewToggle `,
where `` is the number of the side-by-side windows where the current
buffer spans over. If `` is not provided, then the buffer view is
extended on 2 windows by default.

To quit the extended view mode, run `:ExtendedViewToggle` again or just close
any window containing the extended view.

If you don't have any mapping for `` and ``, then they are set to
scroll `` pages per time during the extended view. Handy!

Enjoy!