On 2/24/07, Larry Alkoff <[EMAIL PROTECTED]> wrote:
While learning vim 4.6.2
vim 6.4 maybe ?
I typed a control-G to display the name of the file, number of lines and characters on the bottom. What is the command to get out of that mode?
Ctrl-G does not switch modes. Ctrl-G, when typed in command mode (aka normal mode), just does not switch modes. You just remain in the normal mode (aka command mode) that you were in before you typed Ctrl-G. Yakov