Saturday, January 28, 2012

Re: Redhat Linux has crippled Vim

On Sat, 28 Jan 2012, Tony Mechelynck wrote:

> [...] if you install gvim, then set up a symlink named "vim" pointing
> to it [...]
>
> [...] For instance in bash, after installing gvim, you would do
>
> pushd ~/bin
> ln -sv `which gvim` vim
> popd

Why the pushd/popd? This is more straightforward:

ln -sv `which gvim` ~/bin/vim

--
Best,
Ben

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: