'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?



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ben Butterworth