vim setup question
On Mon, 2008-07-21 at 14:45 -0600, kevin kempter wrote:
> Hi All;
>
> I'm working on several client Linux servers (Fedora, RH, CentOS, etc)
> and I've setup my own profile like this:
>
> I have my own special bashrc that I source on each box which amoung
> other things has a alias for vi:
>
> alias vi="/usr/bin/vim -u ~/.myvimrc"
>
> This works pretty nice since it calls vim with my own vinrc file
> (~/.myvimrc) which looks like this:
> set background=light
> set nohlsearch
> set ai
> syntax on
>
>
> On my laptop I also have a .vim dir which sets the syntax highlight
> colors I like. Is there a way to have a .vim dir that is only applied
> when I call it (similar to how I reference my ~/.myvimrc ?
>
> I want to do this so I have the settings I like while leaving the
> settings as is for others who login with this same userid.
So you want the system to magically know it's you and not someone else?
poc
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|