Sublime Forum

How clearing Terminus history with "ctrl+l"

#1

Hello,
I’ve installed terminus plugin an i configure it as cmder as follows :slight_smile:
{
“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,
“default”: true,
“platforms”: [“windows”]
},
]
}
It works, but in my cmder terminal, i use to clear with “ctrl+l” as default.
It seems not working in terminus.
How can i do to active the “ctrl+l” for clearing terminus terminal ?

Best regards

0 Likes