View Single Post
Posts: 113 | Thanked: 26 times | Joined on Oct 2009
#2383
Originally Posted by eitama View Post
There are many commands that don't start with ":"

For example : n for next
"/" to search
"G" to go to line etc etc.
Those are functions in the vi program.
: is required for commands. Plus (if I remember correctly) it forces write and quit (in the case of ":wq")