Sublime Forum

I have screwed up my cursor - it now looks like black vintage mode

#1

When I first open a new text file it is a normal cursor, the if I open a perl script it turns to a sold non-blinking black blob, maybe a touch of red border around it. I have made the mod where the borders are clearer. But don’t remember touching the cursor.

0 Likes

#2

Hi!

Look in your settings, make sure you have disabled vintage mode:

"ignored_packages": [
    "Vintage"
]

Checkout your plugins. Do:

  • ctrp+shift+p
  • find Package Control: List Packages
  • look in all your package if there could be one affecting your cursor. (it is likely)

Matt

0 Likes

#3

Thanks Math, that was it. I guess i accidentally commented out the exclusion when I did some other. I swear I looked at that at least 5 times.

0 Likes

#4

It’s all good mate!

0 Likes