pycharm shortcuts table

hot key effect
ctrl(command)+c copy
ctrl+v Stick
ctrl+z Undo
ctrl+x Shear, default entire row
ctrl+a select all
ctrl+f Find; select Batch Edit
shift+ctrl+z Anti revoked
ctrl+d Copy and paste the selected content, the entire row is not selected by default
ctrl+backspace To delete a word
crtl+y Delete the entire line
ctrl+w Select a word
shift+enter Wrap
home Back to the beginning of the line
end Back to the end of the line
ctrl+shift+home Back to the code block before most
ctrl+shift+r Global Search
ctrl+/ Overall comments
shift+f10 Run a file
ctrl+shift+f10 Run the current file
ctrl+alt+l Formatting code

If you are the vast majority of the shortcut keys (vim), you do not need to use the mouse

file——》settings——》appearance——》keymap

Guess you like

Origin www.cnblogs.com/jimGraymane/p/11490570.html