Reset caret position on file reopen
已回答
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
请先登录再写评论。
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 .