Hello,
I have installed “Terminus plugin” and i would like to run cmder as i do
in vscode.
Could you help me for how to do ?
Best regards
Run cmder in terminus plugin
If you have installed cmder
on your system, then go to Preferences: Terminus Settings
from the command palette. In the split window that appears. On the right side, you can see the default options default_config
and shell_configs
. Copy the default_config
to the right side and based on your OS, change one of the options (windows, linux, osx) to Cmder
(which is the name of one of the default shell_configs
option). Doing this should open up the cmder terminal every time you open terminus in a panel or tab. If something goes wrong, double check if the cmd
option of the Cmder
shell in shell_configs
is set to the correct path in your user terminus settings (which is on the left side of the split window that appeared).
My settings look like this, but Cmder does not seem to work at all! (I have Cmder installed on my computer and it works fine.)
{
"default_config": {
"linux": null, // login shell
"osx": null, // login shell
"windows": "Cmder"
},
"shell_configs": [
{
"name": "Cmder",
"cmd": ["cmd.exe", "/k", "%CMDER_ROOT%\\vendor\\init.bat"],
"env": {},
"enable": true,
"platforms": ["windows"]
},
],
}
I get the error The system cannot find the path specified.
and Terminus uses the default shell.