You are not logged in.
Pages: 1
A few days ago I installed archlinux.
untill now, I coud't solve this problem..
When I run vim in xterm, " syntax on" don't apply initially.
And when I type " : syntax on", color dosen't appeared but underlined...
However In Eterm and gvim the color of vim work well ...
I prefer vim in xterm to gvim.... What should I do??
- Queen Medley
Offline
export TERM=xterm-color
should do the trick. If it does, put it in your ~/.bashrc
Dusty
Offline
I 've just excuted that..
But.. It doesn't work
export TERM=xterm-color
should do the trick. If it does, put it in your ~/.bashrc
Dusty
- Queen Medley
Offline
ummm it works for me...
export TERM=xterm-color
vim
or
TERM=xterm-color vim
if you want syntax on by default, add "set syntax on" in your vimrc
Offline
Oh .. Now it 's fine....
Yeterday It didn't...but now it does...
Anyway thanks a lot...
export TERM=xterm-color
should do the trick. If it does, put it in your ~/.bashrc
Dusty
- Queen Medley
Offline
Oh .. Now it 's fine....
Yeterday It didn't...but now it does...
Anyway thanks a lot...
That's likely cuz you need to relogin to make any changes in .bahsrc
having an effect.
-neri
Offline
Oops...
I 've got another problem..
Whenever I run xterm or xfterm, " TERM=xterm-color " come back to "TERM=xterm.."
So every time I run xterm, every time "export TERM=xterm-color"
.initrc .config/xft4/xinitrc etc...... I try everything.... but all useless...
I can use Eterm.. It support good color.. but I can't see asian language(korean)
- Queen Medley
Offline
for xterm, configure it in .Xdefaults
xterm*termName: xterm-color
Offline
Pages: 1