Hi I would just like to know in vim how do i set colorscheme as murphy Thanks
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.
On Fri, Mar 19, 2010 at 10:30 AM, Joseph L. Casale < jcasale@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, hit esc, colon, then type `colorscheme murphy` (note the case)
You can set this in your .vimrc. _______________________________________________ http://lists.centos.org/mailman/listinfo/centos
how do i set it in my /etc/vimrc so that i sont have to manually use the colorscheme murphy
On Fri, Mar 19, 2010 at 10:37 AM, Agnello George agnello.dsouza@gmail.comwrote:
On Fri, Mar 19, 2010 at 10:30 AM, Joseph L. Casale < jcasale@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, hit esc, colon, then type `colorscheme murphy` (note the case)
You can set this in your .vimrc. _______________________________________________
how do i set it in my /etc/vimrc so that i sont have to manually use the colorscheme murphy
-- Regards Agnello D'souza
sorry i got it solved , i created a /root/.vimrc and added colorscheme murphy to it .
On Thu, Mar 18, 2010 at 10:14 PM, Agnello George agnello.dsouza@gmail.com 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 will then have to keep updated).
mhr