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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
||||
|
|
<right>i think - or<esc>a. the first one is quite convenient with my keyboard layout (neo2), the other one is preferred by those who remapped <esc> to the capslock-button – epsilonhalbe Jun 19 '12 at 22:36