Как заставить саблайм обновлять вкладку REPL, а не открывать новую постоянно? ↑↑↑
↓↓↓
Данный метод не помог :(
Add the following line in the "repl_python_run" command in
SublimeREPL\config\Python\Main.sublime-menu, right before the "external_id": "python" argument:
"view_id": "*REPL* [python]"
, and then to change the line:
if view.id() == view_id
into:
if view.name() == view_id
in SublimeREPL\sublimerepl.py