Cannot see cursor in VIM?

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
When ever I am editing in VIM I cannot see the cursor to know where I am. Am I missing something in my config file or something? This is in normal and insert mode. TIA
 

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
oh sorry...yah its a physical console...I am trying to get my new box up and running...I have x compiled, but can't get it up and going, and its had to edit your config file when you cant find out where in the damn thing you are. But yes a physical console
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You don't say what OS, but I'll assume Linux and my best guess would be the console is using a framebuffer and it's not working very well.
 

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
It wont work even when I dont use framebuffer(take the vga=792 param our of my grub kernel call), and yes it is linux
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Tried using a different $TERM ?

export TERM=linux
export TERM=vt220
export TERM=vt100

etc. Try those I suppose. Maybe try running it in screen, see how it acts in there.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Even if you don't set the resolution, it's still using the framebuffer if it's enabled. I can't remember the kernel command-line to disable the framebuffer though, sorry.
 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
Originally posted by: Nothinman
Even if you don't set the resolution, it's still using the framebuffer if it's enabled. I can't remember the kernel command-line to disable the framebuffer though, sorry.

vga=normal