Sublime terminal plugin configuration of cmd

###1. Under the terminal installation sublime, ctrl+shift+Popen the package control panel, enter pcithe list of installed plugins, and enter Terminalto find the plugin installation. ###2. Terminal configuration terminal path (windows environment) Mr. Zero uses cmder. In sublimer-->Preferences-->package setting -->Terminal-->user setting, add the following code

{
  // window下终端路径
  "terminal": "C:\\terminal\\cmder\\Cmder.exe",
  //  window下终端参数
  "parameters": ["/START", "%CWD%"]
}

###3. Configure shortcut keys ctrl+shift+tOpen the folder where the file is located, and ctrl+shift+alt+topen the root directory folder of the project where the file is located

[
  { "keys": ["ctrl+shift+t"], "command": "open_terminal" },
  { "keys": ["ctrl+shift+alt+t"], "command": "open_terminal_project_folder" }
]

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325809861&siteId=291194637