I’m using the delimitMate plugin to get autowrapping quotes. How can I step out of these quotes while in insert mode? Not opposed to key mapping.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While in Insert mode, press Ctrl-o(lowercase) immediately followed by A(uppercase).
You will be taken to end of current line and continue to be in Insert mode.
Hope that helps.
EDIT: In case you wish to step out of the quotes and land immediately to the right of the ending quote: while in Insert mode, press Ctrl-o(lowercase) immediately followed by f"(f followed by quotes) and then the right arrow key. You can assign a key map to this combination.