Anyone know how to get round the fact that you can't tab through styles in firebug when vimperator is enabled? It jumps you down to the status bar instead of tabbing to the next property.
I've tried adding:
noremap <Tab> <nop>
to my .vimperatorrc .. no luck
You can use enter instead of tab. Enter works both for going from the attribute to the value (as does ":", as you noted yourself), and for going to the next line. I agree it's not perfect, but it works.