WinShuffle.winshuffle.txt*	Window Shuffle			Jul 19, 2013

Author:    Charles E. Campbell      <NcampObell@SdrPchip.AorgM-NOSPAM>
           (remove NOSPAM from Campbell's email first)
Copyright: (c) 2013 by Charles E. Campbell     	*WinShuffle-copyright*
           The VIM LICENSE applies to WinShuffle.vim,
           (see |copyright|) except use "WinShuffle" instead of "Vim"
           NO WARRANTY, EXPRESS OR IMPLIED.  USE AT-YOUR-OWN-RISK.

==============================================================================
1. Contents					*winshuffle* *winshuffle-contents* {{{1

	1. Contents.................: |winshuffle-contents|
	2. WinShuffle Manual........: |winshuffle-manual|
	3. History..................: |winshuffle-history|

==============================================================================
2. WinShuffle Manual		*winshuffleman* *winshufflemanual* *winshuffle-manual* {{{1

	Every window has a number.  You can see the current windows number
	using >
		winnr()
<	(see |winnr()|).  You may use the following status line to see the
	windows numbers, too, if you'd prefer: (all one line) >
		set stl=%1*%f%2*\ %{&kmp\ }%h%m%r%0*%=%-14.(%l,%c%V%)%<\ %P\ Win#%{winnr()}\ %{winwidth(0)}x%{winheight(0)}\ %<%{strftime(\"%a\ %b\ %d,\ %Y,\ %I:%M:%S\ \%p\")}

<	The WinShuffle plugin supports one command which accepts two formats: >

		WinShuffle win# win# win# ...
		WinShuffle [win#,win#,...]
<
	with the window numbers given in the order you prefer.

	Note that the windows aren't actually moved, shuffled, or resized;
	instead, the associated buffers are re-assigned to the shuffled
	windows.

==============================================================================
3. WinShuffle History				*winshuffle-history* {{{1
       v1:	Jul 12, 2013	* Initial Beta Release to www.drchip.org

==============================================================================
Modelines: {{{1
vim:tw=78:ts=8:ft=help:fdm=marker: