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
A plugin would be overkill. Add this mapping to your ~/.vimrc:
~/.vimrc
inoremap A
A