I merged a python file using vimdiff, and the result has something like this:
def code(): line 1 line 2 line 3 line 4 ... line n In this state, the indentation is inconsistent. How could I remove all the spaces in front of the lines? I tried in Visual mode, but it's selecting the whole line. Does vim have a multiline edit? Notepad++ allows this with Alt-Shift.