>>109
No, that is just the insert mode.
1. The normal mode, where you can enter commands with :, move around with hjkl and do whatever.
2. Visual mode, activated with v in normal mode, allows selection of text and then running commands on the selections.
3. Select mode... I don't really know, I guess that's what you get when you select with the mouse.
4. Insert mode, for writing text.
5. Command-line mode, I think this is the ^o mode.
6. Ex mode, like ed.
The 5 other modes are just special cases.