Most source files I edit have about 40 lines of boilerplate (license, etc) at the start of the file. This is annoying me, because I have to scroll past it every time I load a file.
It seems like it wouldn't be too hard to make an editor automatically skip up to the first non-comment part of a file when it loads. So: are there scripts or plugins for doing this with popular editors? In the first instance I'm interested in vim and emacs, but any others would be interesting too.