• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cannot see cursor in VIM?

jonmullen

Platinum Member
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
 
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
 
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.
 
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
 
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.
 
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.
 
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
 
Back
Top