> While learning vim 4.6.2 I typed a control-G to display > the name of the file, number of lines and characters > on the bottom.
As Yakov mentioned, it's not a separate mode but just a visual artifact. You can use control-L to refresh/redraw the screen and it should clear any such artifacts. -tim