[CentOS] vim how to set colorscheme murphy

2010-03-18 Thread Agnello George
Hi I would just like to know in vim how do i set colorscheme as murphy Thanks -- Regards Agnello D'souza ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] vim how to set colorscheme murphy

2010-03-18 Thread Joseph L. Casale
>Hi >I would just like to know in vim how do i  set colorscheme as  murphy Ironically, your subject contained the exact command: http://vim.wikia.com/wiki/Change_the_color_scheme while in vim, hit esc, colon, then type `colorscheme murphy` (note the case) You can set this in your .vimrc. _

Re: [CentOS] vim how to set colorscheme murphy

2010-03-18 Thread Agnello George
On Fri, Mar 19, 2010 at 10:30 AM, Joseph L. Casale < jcas...@activenetwerx.com> wrote: > > >Hi > >I would just like to know in vim how do i set colorscheme as murphy > > Ironically, your subject contained the exact command: > > http://vim.wikia.com/wiki/Change_the_color_scheme > > while in vim,

Re: [CentOS] vim how to set colorscheme murphy

2010-03-18 Thread Agnello George
On Fri, Mar 19, 2010 at 10:37 AM, Agnello George wrote: > > > On Fri, Mar 19, 2010 at 10:30 AM, Joseph L. Casale < > jcas...@activenetwerx.com> wrote: > >> >> >Hi >> >I would just like to know in vim how do i set colorscheme as murphy >> >> Ironically, your subject contained the exact command: >

Re: [CentOS] vim how to set colorscheme murphy

2010-03-19 Thread MHR
On Thu, Mar 18, 2010 at 10:14 PM, Agnello George wrote: > > sorry i got it solved , i created a /root/.vimrc  and added colorscheme > murphy to it . That solves the problem only for your root user. You need it in a .vimrc for each user affected, or put it into /etc/vimrc for all users (which you