Reset caret position on file reopen

Answered

Hi,

I open a file, move the cursor somewhere in the middle (reading file) and then close the file.  When I reopen the file I am shown the place where I left.

I want my files to reopen with initial cursor position -- line 1 row 1.  Where to set that?

PyCharm Community Edition 2020.3.1

0
1 comment

Hello,

Looks like there is no way to do it automatically. To move the caret to the beginning of the text you can try using Ctrl+Home (Windows) or ⌘↖ (macOS).

See https://www.jetbrains.com/help/pycharm/basic-editing.html .

0

Please sign in to leave a comment.