I'm using spacemacs
to edit Python code.
When I type an opening parentheses, the closing parentheses is automatically inserted for me and the cursor is put in the middle for further typing. But: once I am done typing inside the parentheses, I need a quick way of jumping out of them and landing after the closing parenthesis.
Right now, I switch to normal state, move the cursor one unit (when I'm on the character just before the closing parenthesis), and then re-enter insert state with a
. How can I do this more efficiently?