I installed the plugin Sublime Terminal in Sublime Text 2. The shortcut to open the terminal in the correct folder is CTRL+SHIFT+ALT+T.

When I press the shortcut keys then Windows Powershell is opened.

Can I configure this plugin so it opens PuTTy and not Windows Powershell

Thanks

有帮助吗?

解决方案

Go to Preferences -> Package Settings -> Terminal and select Settings-User, which should open a blank file. Copy the content below into the file, changing the path to the location of your putty.exe file.

{
    "terminal": "c:\\Program Files\\PuTTY\\putty.exe"
}

Save the file, and you should now be able to hit CtrlAltShiftT to open PuTTY.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top