I\'m looking for a plugin that makes you get out of parenthesis/brackets/quotes/etc when you\'re inside them. I find it kind of hard having to ESC to command mode and typing A t
Since I use auto-pairs plugin, I have changed its default g:AutoPairsShortcutJump option
g:AutoPairsShortcutJump
" Jump outside '"({ if !exists('g:AutoPairsShortcutJump') let g:AutoPairsShortcutJump = '' endif
Now it's easy not only to jump ouside pairs but also insert them.