Re: Show/Hide Split Windows

2006-08-11 Thread thomas scott urban
In addition to the other responses, you can open the buffer you are working with in a new tab, then close the tab when you are done working on it in an exclusive manner. On Thu, 2006-08-10 at 10:44 -0700, Steve Amerige wrote: > Hi all, > > The ability to split windows is an absolute essential;

Re: Show/Hide Split Windows

2006-08-10 Thread cga2000
On Thu, Aug 10, 2006 at 03:28:22PM EDT, Charles E Campbell Jr wrote: > cga2000 wrote: > > >On Thu, Aug 10, 2006 at 02:42:57PM EDT, Rodolfo Borges wrote: > > > >>On 8/10/06, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > >> > >>>Type ctrl-w o to toggle between maximizing one window and r

Re: Show/Hide Split Windows

2006-08-10 Thread cga2000
On Thu, Aug 10, 2006 at 02:42:57PM EDT, Rodolfo Borges wrote: > On 8/10/06, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > >Type ctrl-w o to toggle between maximizing one window and restoring > >to all. By maximizing, I mean that the current > >window will take over the entire display, not

Re: Show/Hide Split Windows

2006-08-10 Thread Kim Schulz
On Thu, 10 Aug 2006 11:43:56 -0700 "Max Dyckhoff" <[EMAIL PROTECTED]> wrote: > He means when using the script that he wrote and which he was > discussing in the same email, which remaps ctrl-w o to do something > else. and it works perfectly :-) Use it a lot here. -- Kim Schulz| Private

Re: Show/Hide Split Windows

2006-08-10 Thread Steve Amerige
Hi Chip, Perhaps ZoomWin will do what you want... http://vim.sourceforge.net/scripts/script.php?script_id=508 Thank you for this... it's just what I was hoping for! And, thanks for the other responses. It shows how great Vim is! Enjoy, Steve Amerige Adobe Systems Incorporated

RE: Show/Hide Split Windows

2006-08-10 Thread Max Dyckhoff
gt; Subject: Re: Show/Hide Split Windows > > On 8/10/06, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > > Type ctrl-w o to toggle between maximizing one window and restoring > > to all. By maximizing, I mean that the current > > window will take over the entire

Re: Show/Hide Split Windows

2006-08-10 Thread Rodolfo Borges
On 8/10/06, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: Type ctrl-w o to toggle between maximizing one window and restoring to all. By maximizing, I mean that the current window will take over the entire display, not leaving a lot of status bars around. Actually, Ctrl-w o will close

Re: Show/Hide Split Windows

2006-08-10 Thread Charles E Campbell Jr
Steve Amerige wrote: The ability to split windows is an absolute essential; however, there are times when I want to focus on one buffer in one window and hide all of the other windows. But, I don't know of any show/hide feature that hides all windows but the current window. As a workaround

RE: Show/Hide Split Windows

2006-08-10 Thread Max Dyckhoff
) exe retcmd exe sizecmd else exe retcmd wincmd _ endif endfunction au! WinEnter*call WinEnter() set wh=1 > -Original Message- > From: Steve Amerige [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 10, 2006 10:44 AM > To: vim@

Re: Show/Hide Split Windows

2006-08-10 Thread striker
Yes there is a way in Vim without additional plugins. Take a look at :help :mksession and :help :mkview The way I use it is to set up 3-4 open windows with the files I frequently visit. Then :mksession myview.vim Then when I want to go back to that configeration I use: :so myview.vi

Show/Hide Split Windows

2006-08-10 Thread Steve Amerige
Hi all, The ability to split windows is an absolute essential; however, there are times when I want to focus on one buffer in one window and hide all of the other windows. But, I don't know of any show/hide feature that hides all windows but the current window. As a workaround, I resize all o