Reputation: 4260
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?
Upvotes: 55
Views: 82468
Reputation: 1
first One off the numlock Then next press the 0 ( zero ) key
Upvotes: -1
Reputation: 780
You can go to Preferences -> Settings and in a right panel add your custom preferences.
In my case I added this:
"caret_extra_top": 1,
"caret_extra_bottom": 1,
"caret_extra_width": 4,
.
Upvotes: 0
Reputation: 1
For Windows: Fn + Insert. In some keyboards separate insert is not given.They can use Fn + prt sc
Upvotes: 0
Reputation: 21
'Shift+Ins' in the Numpad worked for me in Genie text editor. It was quite disturbing to see the code overwritten instead of inserting.
Upvotes: 2
Reputation: 9575
On MacOS, where there's no insert key, fn+I may be the best approach (it imitates insert).
Upvotes: 2
Reputation: 959
In Windows PC You can simply press insert or fn+0 (0 on numpad) or fn + delete or insert.
Upvotes: 3
Reputation: 1281
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.
Upvotes: 109
Reputation: 8324
On mac OS, to toggle between vertical and horizontal cursor in SublimeText 3:
command + option + o
Upvotes: 58
Reputation: 46
Stuff like this happens a lot in Sublime to me. To answer your question <Insert>
changes it back. Often I'll hit some keys and end up in full screen mode which is never fun.
Upvotes: 1
Reputation: 1140
in my case it changed on pressing key fn+insert
in SublimeText 3 and windows 10
Upvotes: 4