Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do I change the cursor style in Sublime Text 3

Tags:

sublimetext3

At some point my cursor changed from a vertical bar to an underbar. I must have pressed some magic combination of keys. Any idea how to change it back?

like image 951
andyczerwonka Avatar asked Oct 08 '13 22:10

andyczerwonka


People also ask

How do I change the cursor color in Sublime Text?

Select "Preferences" → "Settings-Default". Go to Default settings tab change the options related to caret.

How do I change my cursor to type?

Select Start > Settings > Ease of Access > Text cursor. Select Turn on text cursor indicator. Adjust the Change text cursor indicator size slider until it looks like you want in the preview. Select one of the Suggested text cursor indicator colors, or select Pick a custom color to choose your own.

How do I make my cursor blink in Sublime Text 3?

Right click -> Keyboard Settings, and then Speed -> Cursor blink rate.

How do I change my cursor to underscore?

Switching between these modes happens by pressing the Insert key on your keyboard (usually there are two of them, one somewhere above of the arrow keys and another on the Num Pad).


2 Answers

Hit Insert That'll change it back. You might have noticed that if you went back on code and typed some you'd be overwriting instead of inserting.

like image 130
lcarsos Avatar answered Sep 19 '22 12:09

lcarsos


On mac OS, to toggle between vertical and horizontal cursor in SublimeText 3:

command + option + o

like image 25
Mike Causer Avatar answered Sep 23 '22 12:09

Mike Causer