Vim has special command that allow us to save time by typing only one key instead of typing many keys.
We can call it as compound command which compounds two or more command into one command.
When we use these compound commands, they switch mode from normal mode to insert mode.
compound command => is equivalent to
If you find your self tying many keys to solve a problem. Think to your self if we can use compound command to get it done.