On Nov 14, 9:27 pm, Ben Fritz <[email protected]> wrote: > On Nov 13, 5:40 am, Jeenu <[email protected]> wrote: > > > At work, I often will have tab pages with many windows laid out in > > such a way that I get can examine various code sections > > simultaneously. Usually these are structure/class definitions, along > > with definitions of contained structure/class. Also, I'd have multiple > > pages manually laid out in that manner. > > > But if I quit Vim, I've no easy way to restore the layout of just the > > required tab pages, other than making use of vim sessions. But what > > I'm looking at is only the that part of the vim script output which > > creates the window layout/resize etc., and no mappings/options. > > Because already have a kindof init script with sets up tags, cscope > > and other settings for my project. > > Have you tried tweaking 'sessionoptions' to remove items you don't > need?
Right. I overlooked that option. Unsetting it gives me what I want. Thanks a lot. -- Jeenu -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
