I spend way too much time fumbling around because Vim doesn\'t handle closing braces like most IDEs do. Here\'s what I want to happen:
Type this:
A solution for braces, brackets and parenthesis with tab in between.
" Automatically closing braces inoremap { {}ko inoremap [ []ko inoremap ( ()ko
Result:
function() { | }