ctrl+j is useful, bit it would be useful to have a shortcut to move from this: spam(a=1, b=2, c=3) to: spam(a=1, b=2, c=3) or: spam( a=1, b=2, c=3) I'm debating writing a script to do it.