vim command does not work
Solution 1:
Yes, it comes by default. Your mistake is that you think you should type vim
to launch it. Just type vim
and press Tab, and you will get the command vim.tiny
, which is the correct command.
If you need to run VIM by vim
command, you should install vim
package:
sudo apt-get install vim
You can read more about differences between them in What features does vim-tiny have?