PDA

View Full Version : Vim: Saving a "session" ?


recluse
11-07-2002, 06:01 PM
I'm not sure about the location about this post but if it's off I'm sure Nafae will move it. :)

Say I'm working in vim on a a few files. I might have one half to the screen devoted to the main file and the other half will be split between a couple of header files. Is there anyway to easily save this set up with window positions, sizes and what they're editing, so when I get the chance to work on the project again I can easily restore that setup?

Strike
11-08-2002, 12:22 AM
You bet. In fact, it's referred to as sessions in the vim help. :h mksession for more info

recluse
11-08-2002, 12:43 AM
I should've known that there was in fact a way... chalk another one up for vim for making me happy.