Pycharm 快捷键配置

setting >> keymap

tool windows

  • python console ctrl+`
  • python debug console alt+shift+5
  • debug alt+5

Editor Actions

  • delete line ctrl+Y
  • duplicate line ctrl+D

File

  • Setting ctrl + atl + S

Code

  • Move statement up shift + ctrl + up
  • Move line up shift + alt + up
  • Back ctrl + alt + left
  • Forward ctrl + alt + right
  • Go to Line:Column ctrl + G
  • Previous Occurence ctrl + alt + up

View

  • Jump to source F4
  • Quick Document crtl + Q,快速提示参数

Window

Editor Tab
  • Close ctrl + F4
posted @ 2022-04-12 10:53  levylaw  阅读(55)  评论(0编辑  收藏  举报