say:
def sqr(n):
return (n * n) <enter>
<the cursor is still on the same indentation>
<I wanna move it 1 tab back here, as I hit enter>
say:
def sqr(n):
return (n * n) <enter>
<the cursor is still on the same indentation>
<I wanna move it 1 tab back here, as I hit enter>