2009/7/22 Tony Mechelynck <[email protected]>:
> You could reorder your split-windows by means of Ctrl-W <something> or
> ":wincmd <something>" commands, maybe in a WinEnter autocommand, but that
> would be like reordering the file cards in your Rolodex every time you used
> them so that the last-used one came first -- untidy. Imagine a telephone
> directory in the order
>
>        Jones
>        Smith
>        McCoy
>        Aaronson
>        Zwingli
>
> rather than
>
>        Aaronson
>        Jones
>        McCoy
>        Smith
>        Zwingli
>
> just because the latest three numbers you looked up were McCoy, Smith and
> Jones in that order.

OK -- that makes complete sense now, thanks.  :)

>>
>> 2.  I have:
>>
>> set wh=99999 wmh=0
>>
>> in my ~/.vimrc already.  If I start Vim like this:
>>
>> vim ./file1.c ./file2.c ./file3.c
>>
>> ... and then do:
>>
>> :all
>>
>> Vim complains about "not enough room".  Is there anyway to fix this?
>> (i.e., if I do ":all", I'd like to see all my windows)
>
>        vim -o3 file1.c file2.c file3.c

If I do that, then vim shows statuslines for:

filea
fileb

But not for filec -- which is odd.

> or (untested)
>        vim file1.c file2.c file3.c
>        "then
>                :all 3
>        "or
>                :3all
>

Alas, this didn't work either.  Is there something else we might be
able to try?  It seems to me to be quite important.  :)

>
>>
>> It would also be nice if there was some way of toggling between ":all"
>> and a rolodeck.  Is that possible?
>
> not sure what you mean. Could you elaborate?
>
> Do you mean opening all windows the same size vs. opening the current one
> full-size? see
>        :help Ctrl-W_=
>        :help Ctrl-W__
>        :help 'equalalways'

Hmm:

* "Ctrl-W_" incremented the size of the window each time by a little bit.
* "Ctrl-W__" didn't do anything that I could see.
* "Ctrl-W_=" didn't set the size of all windows (c.f. equalalways).

I must be missing something here -- and all of this is with
"--no-plugins" just in case I had something affecting this.

> Amazing things can be done, just by browsing randomly through the Vim help
> with a crazy imagination. (Edison once said: All one needs to be an inventor
> is a good imagination and a pile of junk.) (The Vim help isn't what I would
> call junk, it's just a huge pile of stuff that an inventor might find
> interesting ;-) )

:)

David

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to