Yang Wang
Yang Wang

Reputation: 11

Is there a way to disable cursor blinking in PyCharm?

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

Answers (1)

bad_coder
bad_coder

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.

enter image description here

Upvotes: 5

Related Questions