10-18-06 06:36 AM
raxitsheth2000@yahoo.co.in wrote:
> Sorry for this basic question, but i am stuckup with this for many
> days.
>
> I am using solaris 5.8,5.10 and having default vi/bash
> i want to configure bash/vi for c/c++ prog.,
>
> i have used linux-bash-vim, on bash tab is for auto completion and ^n
> (in vi) for autocompletion and m having c-syntax colored, but Not on
> Solaris OS.
>
> can anyone suggest decent bash/vi configuration (colored syntax/auto
> completion is must.)
No, it's not a must. People develop C and C++ code without it all the
time.
Nevertheless, if you would like bash to have tab completion on Solaris,
all you must do is run bash. It is configured that way by default.
If you would like vi to have syntax highlighting on Solaris, you are
out of luck. vi has never supported syntax highlighting and probably
never will, not on Solaris and not on any other operating system either.
vim, however, does support it, and you can download vim from
http://www.vim.org/ if you'd like that feature[1]. Since you are
developing C and C++ code, it shouldn't be too hard to build vim
from source, although there are probably pre-built binary packages
available as well.
- Logan
[1] Well, at least you can normally download vim from there. Right
now the site seems to be down for some reason.
[ Post a follow-up to this message ]
|