I can't use vi
, well, I can, but I would much prefer vim
, however I need to share a computer with someone who hates vim
and can only use vi
...
After installing vim
I find that if I use the vi
command it just opens vim
, so is there any way to have them both installed at the same time but have it so that both can be used and they stay separate?
The machine will have Ubuntu GNOME 15.10 with GNOME 3.18 running on it.
Clarification: As this seems to have confused some I will state it more clearly here, I wish for vi
to point to /usr/bin/vim.tiny
and for vim
to point to /usr/bin/vim.basic
.
You can even install both packages and have the binaries links point to the correct binary.
– LnxSlck Mar 30 '16 at 19:42vi
accessesvi
under the user who has it, and thenvim
accessesvim
under the user who has it? Or a similar system of sorts? – Mar 30 '16 at 20:00vi
is not available easily on Ubuntu. Can you clarify with the idiot what exactly they want fromvi
? What system is the idiot using where they can accessvi
? – muru Mar 30 '16 at 20:13vi
tovim
, I hardly imagine that they will be OK with using GNOME. – user530873 Mar 30 '16 at 20:22.bashrc
. For example, for your friend you can makealias vi = vim.tiny
– Sergiy Kolodyazhnyy Mar 30 '16 at 20:23vi
is installed by default on Ubuntu, is it not? – Mar 30 '16 at 20:32vim-tiny
is. – muru Mar 30 '16 at 20:33vi
, the real vi does not exist anymore. It's gone a long with the days of old Unix systems. By default Ubuntu usesvim.tiny
, the trimmed down version ofvim
. This is what muru is referent to – Sergiy Kolodyazhnyy Mar 30 '16 at 20:37vim
, and he probably wants thatvim.tiny
thing... – Mar 30 '16 at 20:39