Janus is sweet overall, but I can't figure out one thing:
How can I disable all "smart" indentation? I have nosmartindent set. But for example, when in a php file of mixed html and php, if I do a newline after some html and start a php block the cursor goes to position zero and I need to tab in, sometimes after I start writing my code will end up backwards-indenting etc.
I just want the cursor to always land on the same column every time I hit enter.