-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
31 lines (16 loc) · 922 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This is a mirror of http://www.vim.org/scripts/script.php?script_id=4545
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