LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gvim settings file ? (https://www.linuxquestions.org/questions/linux-software-2/gvim-settings-file-152677/)

moetman 03-02-2004 01:47 PM

gvim settings file ?
 
Where is the settings filr _vimrc or viminit or.vimrc ?
If I want to keep the darkblue color settings for gvim, I put

colorscheme[darkblue] right ?

but what is the name of the settings file in Linux ? I know it's _vimrc in the Win32 version.

Regards :)

druuna 03-02-2004 02:02 PM

Global:
/etc/vimrc

Local:
~/.vimrc

Haven't used colorscheme's, so can't help you there. Try :help colorscheme when in vi (command mode).

Hope this helps.


All times are GMT -5. The time now is 01:47 PM.