Skip to content

Instantly share code, notes, and snippets.

@kthy
Last active April 30, 2021 21:28
Show Gist options
  • Select an option

  • Save kthy/f52c01b485c0aa6c0d1a0db33a7e2e26 to your computer and use it in GitHub Desktop.

Select an option

Save kthy/f52c01b485c0aa6c0d1a0db33a7e2e26 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
// This file was initially generated by Windows Terminal 1.6.10571.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"copyOnSelect": true,
"copyFormatting": false,
"launchMode": "maximized",
"theme": "dark",
"profiles":
{
"defaults":
{
"bellStyle": "visual",
"fontFace": "FiraCode NF",
"fontSize": 14
},
"list":
[
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"name": "PowerShell 7.1 (Core)",
"source": "Windows.Terminal.PowershellCore",
"hidden": false,
"startingDirectory": "C:/src/"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false,
"startingDirectory": "C:/src/"
},
{
"guid": "{ecc9f21d-37f1-47d8-afce-85e750e8b871}",
"name": "Conda Core",
"commandline": "pwsh.exe -ExecutionPolicy ByPass -NoExit -Command \"& '~/Anaconda3/shell/condabin/conda-hook.ps1' ; conda activate '~/Anaconda3'\" ",
"icon": "C:/Users/xkthy/Anaconda3/Lib/site-packages/anaconda_navigator/static/images/anaconda.png",
"startingDirectory": "C:/src/",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"hidden": false
}
]
},
"schemes": [],
"actions":
[
{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
{ "command": "paste", "keys": "ctrl+v" },
{ "command": "closePane", "keys": "ctrl+w" },
{ "command": "find", "keys": "ctrl+f" },
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+s" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment