Hello! I write PHP files with block comments like this: /** * Here comes my comment * comment line 2 */ Is there a way to tell vim "When I press enter and the first non-whitespace char in the current line is a '*', then start a new line and insert a '* ' at the same indent level as the previous"? Gabriel