Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 576 Bytes

File metadata and controls

13 lines (9 loc) · 576 Bytes

Some notes about pycharm

This is a yet to be automated tweaking list of pycharm. I guess I could save most of it in a settings file, but this is a constant flow of tweak and I like to redo/revisit my decisions. Hence, I collect them here:

  • live template for adding pdb
  • line comment mapped to [cmd+#]
  • Code Navigation back mapped to [ctrl+cmd+cursor left]
  • Code Navigation forward mapped to [ctrl+cmd+cursor right]
  • Mapped "Replace..." to [cmd + r]
  • Map [alt+cmd+b] to code format with black
  • install GitLink plugin, allows to open gitlab sha in default browser