MPage : Shows synchronized pages of a file in multiple windows
script karma |
Rating 28/7,
Downloaded by 1391 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Charles Campbell |
|
script type |
utility |
|
description |
MPage shows a file in multiple windows, with each sequential window showing sequential lines of text, rather like a book.
Usage:
:MPage [splits]
:[splits]MPage
will split a window into "splits" pages. Subsequently, a
:MPage
will turn multi-paging off for all windows holding the current window's buffer (this doesn't "quit" the windows, it merely turns off synchronization).
A
:MPage!
will turn off multipaging for all windows in the current tab.
:MPT will toggle the current window's participation in multipaging.
:MPN will go to the next mpage-controlled window (accepts a count, too)
:MPP will go to the previous mpage-controlled window (accepts a count, too)
As always with my plugins, the latest version, albeit experimental, is available at my website:
http://www.drchip.org/astronaut/vim/index.html#MPAGE
|
|
install details |
1. You'll need to have plugins enabled: in your home directory, have at least the following two lines in your .vimrc file:
set nocp
filetype plugin on
2. Using vim 7.1 or later:
vim mpage.vba.gz
:so %
:q
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|