Terminus
Terminus copied to clipboard
How to set a default start directory?
is there a way to set a default start directory or workspace, so that, the shell would be started at that directory when opening terminus without folder or file open
Just set the cwd
as ${file_path:DEFAULT}
Just set the
cwd
as${file_path:DEFAULT}
Any settings example? I have tried to put it in shell_configs
but it doesn't work
In keybindings > try this >
[
{
"keys": ["ctrl+alt+t"], "command": "terminus_open", "args": {
"cwd": "${file_path:${folder}}"
}
}
]