Reputation: 17673
Is there a way to make PyCharm use Ctrl/C to copy the line where the cursor is if no text is selected (which is what Sublime Text does out of the box). It is really handy feature.
Upvotes: 1
Views: 1280
Reputation: 22021
When cursor in the line pressing of cntrl + c would select and copy text of libe into buffer ( i am on OS X). Please give more details regarding your OS, pycharm version ,etc if it doesn't work for you.
If you have cmd+C (OS X) You can setup pycharm to copy with cntrl+c by adjusting pycharm keymap for that perform next steps:
You are done.
Upvotes: 1