|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi, I want to use vim but after opening any files, it is not showing comments, syntax in different colors. Below are the details: Vim is installed on below location: /usr/local/share/vim/vim72/ Vim binary is present on below location: /usr/local/bin/vim I have created .vimrc file with below contents syntax on colors ron Could you please suggest if I need to make any kind of setting in my local profile so I can see text in different colors. ---------- Post updated at 03:21 PM ---------- Previous update was at 02:54 PM ---------- My issue is resolved by below. Created below entries in .vimrc file Code:
PATH=${PATH}:/usr/local/bin/vim
VIMRUNTIME=/usr/local/share/vim/vim72/
TETRM=xterm
term=xtermCreated below entries into .vimrc file Code:
" for vim in term set coloring set term=xtermc "colorscheme darkblue colorscheme ron " Turn on color syntax on set background=dark " Highlight searches set hlsearch set incsearch Last edited by vbe; 01-24-2013 at 08:06 AM.. Reason: code tags |
| Sponsored Links | ||
|
![]() |
| Tags |
| colors, vim, vim not working, vimrc |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Backspace not working!!!!! | gabam | Solaris | 2 | 09-11-2011 01:06 PM |
| E363 ERROR working with VIM | mr_manii | Shell Programming and Scripting | 1 | 12-23-2010 09:53 AM |
| Very Importan - Vim Settings - Error while opening a File using vim | girija | Solaris | 0 | 08-13-2010 08:37 AM |
| [SOLVED]IF-Statements not working | Henry_Ford | Shell Programming and Scripting | 3 | 09-17-2009 11:58 AM |
| Vim colors in HP-UX | kheisler | HP-UX | 2 | 06-16-2009 05:17 PM |
|
|