Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm insert & overwrite cursor style reversed

I am having problems with the editor cursor.

When I enter the code in the editor with a blinking cursor, the cursor styles of insert mode and overwrite mode are reversed with each other on the screen.

How can I fix it?

like image 854
Dong Hyun LEE Avatar asked Jan 07 '23 12:01

Dong Hyun LEE


2 Answers

Open menu "Help" -> "Find action...". Type "overwrite" into opened window and then double-click "Toggle Insert/Overwrite" item which is highlighted after typing. This will toggle current cursor mode.

In Windows, it [toggling] is probably may be achieved with just hitting "Ins" button on your keyboard, no need to find an action in menu. By default the keyboard key toggles insert/overwrite mode in many programs. But I'm not sure it will work because I did not use PhpStorm with Windows at all.

like image 155
Ronin Avatar answered Jan 16 '23 21:01

Ronin


Appears to be some setting with Editor->General->Apperance

See here:

enter image description here

like image 42
bblue Avatar answered Jan 16 '23 22:01

bblue