I'm trying to do this vim command: :s/, / = /g To change all occurrences of ', ' to ' = ' in the current line. That command doesn't seem to do anything at all. The cursor goes away and never comes back. What am I missing? Thanks, Michael