randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

Terminus / Cmder + "ctrl+l" #212

Open chabinot opened 4 years ago

chabinot commented 4 years ago

Hello, I set terminus as follows : { "default_config": { "linux": null, "osx": null, "windows": "Cmder" }, "shell_configs": [ { "cmd": [ "cmd.exe", "/k", "%CMDER_ROOT%\\vendor\\init.bat" ], "default": true, "enable": true, "env": { }, "name": "Cmder", "platforms": [ "windows" ] } ] } I want to clear terminus with "ctrl+l" as it works in Cmder terminal by default. It does not work in terminus. Thanks for your help (my os is windows 10)