Some of the commands in vim are given by first typing a colon (:) eg . :wq for saving a file and quitting . While some of the commands don\'t require a colon for example the Rep
You are in different modes of vim. There are 6 basic modes in vim. They are
vim
In Normal mode you don't require to type :, this mode can be reached by pressing Esc.
Normal
: