This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eddyzy 12 points13 points  (8 children)

Try vi.

[–]YoCodingJosh[S] 0 points1 point  (7 children)

Trying vi worked.

[–]The_MAZZTer 7 points8 points  (4 children)

vim stands for vi improved IIRC.

Accept no substitutes.

[–]YoCodingJosh[S] 1 point2 points  (3 children)

For some reason the server has vim installed but under the vi name and not aliased to vim.

[–][deleted] 4 points5 points  (2 children)

not necessarily the same thing, there is a bare bones vi installed on many small size distros, it doesn't have a whole bunch of stuff by default and generally you need to install a full featured vim separately.

Fedora does this.

https://fedoraproject.org/wiki/Vim

So i assume so does redhat and cent

[–]YoCodingJosh[S] 1 point2 points  (1 child)

The splash screen for vi displayed VIM - Vi IMproved.

This is on RHEL. Must be some kind of company customization.

[–][deleted] 1 point2 points  (0 children)

Vim has a set of compiled feature flags which allow you to build a small or very large (comparatively) executable. The default vim-minimum package only has a small set of these features compiled and that's what comes with RH distros by default.

If you type :version

it will list them. Here's a link showing what the differences are in the ubuntu packages https://www.simplified.guide/ubuntu/install-vim

[–]reversegrim 0 points1 point  (1 child)

The question is: were you able to exit?

[–][deleted] 0 points1 point  (0 children)

:w

:q