package settings - anaconda - settings-User:
[
//{ "keys": ["f8"], "command": "build", "args": {"variant": "Run"} },
{ "keys": ["ctrl+alt+d"], "command": "delete_trailing_spaces" },//delete redundant spaces
{
"keys":["f8"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command", "args":
{"id": "repl_python_run","file": "config/Python/Main.sublime-menu"}//run with SublimeREPL: Python - RUN current file
},
{ "keys": ["ctrl+shift+c"], "command": "cancel_build" },//kill current process
{ "keys": ["ctrl+alt+f"], "command": "alignment" },//align code
{ "keys": ["ctrl+alt+x"], "command": "autoprefixer" },//auto CSS prefix
]