Keyboard Shortcut to Add Characters
Answered
I want the key combination `cmd + m` to add the characters `>>>` to my editor.
From my experience in other IDEs, this is slightly faster than actually typing `>>>` each time.
Is it possible to do this in PyCharm?
Please sign in to leave a comment.
Hello,
You could record a macro: https://www.jetbrains.com/help/pycharm/using-macros-in-the-editor.html#record-a-macro and then assign a shortcut for it: https://www.jetbrains.com/help/pycharm/using-macros-in-the-editor.html#bind.