vim is a modal editor. This means that at any time inside a vim session, the user is going to be in one of the modes of operation. Each one of offers a different set commands, operations, key bindings...
Normal mode (or Command mode)
The mode vim starts in.
From other modes, usually accessible ...