sublime settings

Preferemces -> Settings and replace

«word_wrap»: true «highlight_line»: true

plugins:

{
        "target": "terminus_open",
        "cmd" : ["python3", "$file"],
        "working_dir": "${file_path}",
        "auto_close": false,
}
{
        "target": "terminus_open",
        "shell_cmd": "g++ $file && echo starts && time ./a.out",
        "working_dir": "${file_path}",
        "auto_close": false,
}