in VIM i can moved up and down by one block at a time, where a block is 1 or more lines with no blank lines inbetween them.
any chance VAX could do this? i cannot find any sign of this option in VS .NET 2003, editing C++
since i seperate my code into logical blocks with blank lines, this lets me move up and down my functions one block at a time, and i am starting to miss it.
I bet a macro could be easily written to do this. (If we were both working in VC6, I'd have it down by now, but of course, the .NET macro stuff is a complete splendiferous subsystem in itself, which will take me quite a while to get a handle on.)