LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   .gvimrc for Solaris (https://www.linuxquestions.org/questions/programming-9/gvimrc-for-solaris-626432/)

lali.p 03-07-2008 10:53 AM

.gvimrc for Solaris
 
Hi please read my post completely before saying "google it".
I have googled a lot.

What i need desperatley is a .gvimrc for Solaris.
i have been using gvim on Linux with all the syntax on, colourful features and all for C++ programming.

However of lately i have been working with Solaris and it doesn't have xterm as it has dterm and so my Linux's .gvimrc doesnt work over there.


Please if anyone has a cool .gvimrc for Solaris, provide me with that or provide a link atleast.(with all the auto indent and other cool, coloue features)
I have been using the following .gvimrc on Linux:
set guifont=8x13bold
set backspace=2
set incsearch
:colorscheme ron
set hlsearch
set tabstop=4
set shiftwidth=4
set nowrapscan
set ignorecase
set autoindent
set cindent
set vb
highlight Normal guibg=lightyellow
set ch=2
syntax on
set nu!
let c_comment_strings=1
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>
:colorscheme evening
:set gfn=Bitstream\ Vera\ Sans\ Mono\ 12


Your suggestios are Welcome.

Regards
lali.cpp

bigearsbilly 03-08-2008 09:05 AM

solaris does have xterm.

I use syntax etc. on solaris no probs.
Maybe it should be name ~/.vimrc, that's what mine is.


All times are GMT -5. The time now is 01:42 AM.