Skip to content

Instantly share code, notes, and snippets.

@hgouveia
Created December 20, 2019 09:05
Show Gist options
  • Save hgouveia/2be575914f245d19c5fd2867792e770e to your computer and use it in GitHub Desktop.
Save hgouveia/2be575914f245d19c5fd2867792e770e to your computer and use it in GitHub Desktop.
Cmdr in the new Windows Terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{577c6bb9-9c1a-42b3-93ff-613621d0072a}",
"profiles":
[
{
"guid": "{577c6bb9-9c1a-42b3-93ff-613621d0072a}",
"name": "cmder",
"icon": "G:\\data\\Programs\\cmder\\icons\\cmder.ico",
"commandline": "cmd.exe /K \"G:\\data\\Programs\\cmder\\vendor\\init.bat\" -new_console:d:%USERPROFILE%",
"startingDirectory" : "%USERPROFILE%",
"fontFace": "Cascadia Code PL",
"colorScheme" : "Campbell",
"hidden": false
}
],
"keybindings": [
{ "command": "newTab", "keys": ["ctrl+t"] }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment