Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ubaldot/vim-extended-view
- Owner: ubaldot
- License: bsd-3-clause
- Created: 2024-09-01T15:35:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T17:04:00.000Z (about 2 months ago)
- Last Synced: 2024-09-27T15:21:06.397Z (about 1 month ago)
- Topics: vim, vim-plugin, vim9
- Language: Vim Script
- Homepage:
- Size: 5.24 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vim9 - vim-extended-view
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!