SOLVED: Thanks for all the responses! I guess my differing expectations were from growing up in a GUI with processors like Word and Notepad. I couldn't decide which answer to accept because all of them were thorough and helped me understand Vim better--So I gave the 'official' answer to Vortura since he is most in need of the reputation. ;)
Observe a line in a Vim instance:

Now I hit $:

Why does my cursor not go all the way to the end? Once I try inserting, the text gets inserted before the last character! Even if I try to move right again while still in normal mode I get the bell. Oddly, when in edit mode I can move to the actual end of line with the right arrow key!

Does anyone know why Vim does this? On 7.3 by the way. Thanks for the help.
ainstead ofito move the cursor to the next character and end up in insert mode. – marcog Dec 31 '10 at 9:01