Reputation: 11
I would like to disable blinking feature of cursor in PyCharm. This setting seem not included in the preferences. I wonder if there are ways to get around that?
Upvotes: 1
Views: 2488
Reputation: 12890
You can disable it by following:
File -> Settings -> Editor -> General -> Apperance
There disable the check box named "Caret Blinking". This affects both the editor cursor and the terminal cursor.
Upvotes: 5