0

What is difference between Vi and Vim in Ubuntu,Because when you type some text in vi it's much differ from what you type in vim . thank you

1 Answers1

0

Vi is the original "classic" editor. Vim (Vi IMproved) is a version of Vi that has more features. The differing text is likely the configuration of Vim on your system. On full Linux systems, vi is generally provided by busybox, while vim is a package.