En Vim, si estoy escribiendo un comentario en un archivo de código y presiono Enter, automáticamente la nueva línea también es un comentario.
Por ejemplo, en un archivo Ruby:
# I manually typed the pound at the start of this line and hit enter.
# This line formatted itself this way automatically.
En general, esto es lo que quiero, pero no siempre. ¿Cómo puedo desactivar temporalmente este comportamiento de comentarios automáticos?