I started learning vim today and installed it using
sudo apt-get install vim
Now, when I try to do something like :5dd, it gives me no editor command error. I do not know why this is so.
Am I doing something wrong? I looked at the tutorials, and wherever I look, I see that 5dd is a valid command.
source
share