Initial setup:
charm
opening script: ~/.local/bin/charm
(manually expand ~
first)Important shortcuts:
Settings:
To configure Vim or such as external editor, see here. PyCharm's line and column can be passed like -c "call cursor($LineNumber$, $ColumnNumber$)"
(must be double-quotes; single-quotes don't work)
Example:
gvim
-c "call cursor($LineNumber$, $ColumnNumber$)" $FilePathRelativeToSourcepath$
$SourcepathEntry$