Created
December 20, 2019 09:05
-
-
Save hgouveia/2be575914f245d19c5fd2867792e770e to your computer and use it in GitHub Desktop.
Cmdr in the new Windows Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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