sublime text 3 環境設置
阿新 • • 發佈:2019-04-06
aop open mman path source enc Coding 定義 加載 //ctrl + B 執行程序
//ctrl + shift + c 終止程序
{ "cmd":["python.exe", "-u", "$file"], "path":"C:/Users/BiaobiaoPeng/AppData/Local/Programs/Python/Python37", // 註意:路徑根據自己的python安裝路徑而定 "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python", "encoding": "cp936" , }
//ctrl + shift + P 加載控制臺
//控制臺 install pakage control -> install pakage ->
//ctrl + shift + c 終止程序
tool-cancel build
可中止程序運行
快捷鍵中是ctrl+break
然而現在的大多數鍵盤已經不好按break鍵了,於是要修改鍵位
preferences-key bindings
在左邊搜索cance_build,模仿左邊的語法在右邊加上自己的自定義
{ "keys": ["ctrl+shift+c"], "command": "cancel_build" },
sublime text 3 環境設置