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:
Using AutoClose with the following works correctly.
inoremap { {}O
This is true for my system at least (Unix terminal on Mac OS X).