LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   vim configuration (https://www.linuxquestions.org/questions/debian-26/vim-configuration-513384/)

giraf 12-24-2006 10:31 AM

vim configuration
 
sid 2.6
Hi ,
Where do I find the ~/.vimrc configuration file for vim (as mentioned in the vimtutor) ?

Thanks.

fordeck 12-24-2006 11:53 AM

On a fedora system the example file is located "/usr/share/vim/vim63/vimrc_example.vim". You can use that one as is or edit it to your own preferences. However by just copying it like:

Code:

cp /usr/share/vim/vim63/vimrc_example.vim /home/username/.vimrc
It will provide a great template or you may even like it as is.

Regards,
Fordeck


All times are GMT -5. The time now is 10:44 PM.