Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Pycharm 'copy' and 'paste' function to ctrl+c and ctrl+v?

Tags:

pycharm

I am running Pycharm 5.0.4. shortcut to copy is :ALT+C shortcut to paste is: ALT+ P

How can I change all the basic editing functionalities in pycharm? for example I like to have CTRL+C as shortcut for Copy.

like image 409
Vcode Avatar asked Apr 03 '16 18:04

Vcode


People also ask

How do you copy and paste codes in PyCharm?

Copy and Paste Between PyCharm and Explorer/FinderCopy selected text to the Clipboard. Cut to the Clipboard. Paste from the Clipboard. Move (drag) or copy ( Ctrl + drag) a file or directory from the file manager to a directory in the Project tool window.


3 Answers

Go to File -> Settings -> vim emulations, click on the Handler column of the copy row and set it to IDE. Do the same for paste also.

like image 103
Jyotirmoy Malakar Avatar answered Oct 30 '22 06:10

Jyotirmoy Malakar


Probably you have been install VIM Emulator into Pycharm. Try to click on Tools > Vim Emulator to disable then. For me, these was the problem.

like image 28
Diogo de Alcantara Avatar answered Oct 30 '22 05:10

Diogo de Alcantara


Go to File > Settings > Keymaps an make sure the keymap is "Default". Other keymaps (e.g. Emacs) can use different shortcuts for the most common actions, hence CTRL+C CTRL+V won't work as desired

like image 35
Robyc Avatar answered Oct 30 '22 05:10

Robyc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!