On Tue, 2007-12-11 at 22:15 +0100, Tobbe Lundberg wrote: > nmap <silent> <C-Tab> :call Cream_nextwindow()<CR> > > Thanks. > > nextwindow() doesn't do exactly what I want though. Let's say I have > (from left to right in the tab bar) three buffers, A, B and C. > Assume I'm in buffer A. I press C-Tab and go to buffer B. Next time > I press C-Tab I want to go back to buffer A. If I press C-Tab-Tab in > buffer A I want to go to buffer C. I.e. I want it to work like the > Alt-Tab key combo works when switching between programs in MS > Windows. > > Is there any way to get this behavior?
Not currently, but I think it is on the ToDo. It wouldn't be hard to write, Cream just needs a session variable with a stack of the buffer names to reference on buffer change. -- Steve Hall [ digitect dancingpaper com ] :: Cream... usability for Vim :: http://cream.sourceforge.net ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
