Last active
June 2, 2024 00:34
-
-
Save heaths/159db5a943d89900059980ddfd346828 to your computer and use it in GitHub Desktop.
Settings for Windows Terminal
This file contains hidden or 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
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": "closePane", | |
| "keys": "ctrl+alt+w" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 2 | |
| }, | |
| "keys": "ctrl+shift+3" | |
| }, | |
| { | |
| "command": "unbound", | |
| "keys": "ctrl+comma" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 2 | |
| }, | |
| "keys": "ctrl+alt+3" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 7 | |
| }, | |
| "keys": "ctrl+shift+8" | |
| }, | |
| { | |
| "command": "openNewTabDropdown", | |
| "keys": "ctrl+shift+space" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 7 | |
| }, | |
| "keys": "ctrl+alt+8" | |
| }, | |
| { | |
| "command": "toggleFocusMode", | |
| "keys": "shift+f11" | |
| }, | |
| { | |
| "command": "duplicateTab", | |
| "keys": "ctrl+alt+d" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 8 | |
| }, | |
| "keys": "ctrl+alt+9" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "copy" | |
| }, | |
| "keys": "ctrl+shift+c" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "prevTab" | |
| }, | |
| "keys": "ctrl+shift+tab" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 4 | |
| }, | |
| "keys": "ctrl+alt+5" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab" | |
| }, | |
| "keys": "ctrl+alt+t" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollDown" | |
| }, | |
| "keys": "ctrl+shift+down" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 3 | |
| }, | |
| "keys": "ctrl+shift+4" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "scrollUp" | |
| }, | |
| "keys": "ctrl+shift+up" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 1 | |
| }, | |
| "keys": "ctrl+alt+2" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 5 | |
| }, | |
| "keys": "ctrl+shift+6" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 8 | |
| }, | |
| "keys": "ctrl+shift+9" | |
| }, | |
| { | |
| "command": "toggleFullscreen", | |
| "keys": "f11" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 0 | |
| }, | |
| "keys": "ctrl+alt+1" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 6 | |
| }, | |
| "keys": "ctrl+shift+7" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 3 | |
| }, | |
| "keys": "ctrl+alt+4" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 5 | |
| }, | |
| "keys": "ctrl+alt+6" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "newTab", | |
| "index": 6 | |
| }, | |
| "keys": "ctrl+alt+7" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "nextTab" | |
| }, | |
| "keys": "ctrl+tab" | |
| }, | |
| { | |
| "command": "paste", | |
| "keys": "ctrl+shift+v" | |
| }, | |
| { | |
| "command": "scrollUpPage", | |
| "keys": "ctrl+shift+pgup" | |
| }, | |
| { | |
| "command": "scrollDownPage", | |
| "keys": "ctrl+shift+pgdn" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 0 | |
| }, | |
| "keys": "ctrl+shift+1" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 4 | |
| }, | |
| "keys": "ctrl+shift+5" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "switchToTab", | |
| "index": 1 | |
| }, | |
| "keys": "ctrl+shift+2" | |
| } | |
| ], | |
| "alwaysShowTabs": true, | |
| "copyFormatting": "none", | |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "disableAnimations": true, | |
| "initialCols": 148, | |
| "initialRows": 48, | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "closeOnExit": "graceful", | |
| "cursorShape": "bar", | |
| "font": | |
| { | |
| "face": "Cascadia Code PL", | |
| "size": 9 | |
| }, | |
| "hidden": true, | |
| "historySize": 4000, | |
| "opacity": 90, | |
| "padding": "0", | |
| "snapOnInput": true, | |
| "startingDirectory": "%USERPROFILE%", | |
| "useAcrylic": false | |
| }, | |
| "list": | |
| [ | |
| { | |
| "colorScheme": "VSCode", | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "hidden": false, | |
| "name": "PowerShell", | |
| "source": "Windows.Terminal.PowershellCore" | |
| }, | |
| { | |
| "colorScheme": "Campbell Powershell", | |
| "elevate": true, | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": false, | |
| "name": "Windows PowerShell \ud83d\udee1\ufe0f" | |
| }, | |
| { | |
| "colorScheme": "Campbell", | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "hidden": false, | |
| "name": "Command Prompt" | |
| }, | |
| { | |
| "colorScheme": "VSCode", | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": false, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| }, | |
| { | |
| "colorScheme": "Ubuntu", | |
| "commandline": "wsl.exe ~", | |
| "guid": "{17bf3de4-5353-5709-bcf9-835bd952a95e}", | |
| "hidden": false, | |
| "name": "Ubuntu-22.04", | |
| "source": "Windows.Terminal.Wsl", | |
| "suppressApplicationTitle": true | |
| }, | |
| { | |
| "guid": "{90578a44-0186-5e75-85a7-90fe42b1bf22}", | |
| "hidden": true, | |
| "name": "Developer Command Prompt for VS 2022 [Preview]", | |
| "source": "Windows.Terminal.VisualStudio" | |
| }, | |
| { | |
| "guid": "{21b592dc-832f-551d-a98e-74b5c072a879}", | |
| "hidden": false, | |
| "name": "Developer PowerShell for VS 2022 [Preview]", | |
| "source": "Windows.Terminal.VisualStudio" | |
| }, | |
| { | |
| "guid": "{f9ceaf27-504c-58d7-927c-d1d6a7ac7d3c}", | |
| "hidden": true, | |
| "name": "Ubuntu 22.04.1 LTS", | |
| "source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc" | |
| }, | |
| { | |
| "guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", | |
| "hidden": true, | |
| "name": "Visual Studio Debug Console", | |
| "source": "VSDebugConsole" | |
| } | |
| ] | |
| }, | |
| "schemes": | |
| [ | |
| { | |
| "background": "#0C0C0C", | |
| "black": "#0C0C0C", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#3B78FF", | |
| "brightCyan": "#61D6D6", | |
| "brightGreen": "#16C60C", | |
| "brightPurple": "#B4009E", | |
| "brightRed": "#E74856", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#F9F1A5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#3A96DD", | |
| "foreground": "#CCCCCC", | |
| "green": "#13A10E", | |
| "name": "Campbell", | |
| "purple": "#881798", | |
| "red": "#C50F1F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#CCCCCC", | |
| "yellow": "#C19C00" | |
| }, | |
| { | |
| "background": "#012456", | |
| "black": "#0C0C0C", | |
| "blue": "#0037DA", | |
| "brightBlack": "#767676", | |
| "brightBlue": "#3B78FF", | |
| "brightCyan": "#61D6D6", | |
| "brightGreen": "#16C60C", | |
| "brightPurple": "#B4009E", | |
| "brightRed": "#E74856", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#F9F1A5", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#3A96DD", | |
| "foreground": "#CCCCCC", | |
| "green": "#13A10E", | |
| "name": "Campbell Powershell", | |
| "purple": "#881798", | |
| "red": "#C50F1F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#CCCCCC", | |
| "yellow": "#C19C00" | |
| }, | |
| { | |
| "background": "#300A24", | |
| "black": "#2E3436", | |
| "blue": "#3465A4", | |
| "brightBlack": "#555753", | |
| "brightBlue": "#729FCF", | |
| "brightCyan": "#34E2E2", | |
| "brightGreen": "#8AE234", | |
| "brightPurple": "#AD7FA8", | |
| "brightRed": "#EF2929", | |
| "brightWhite": "#EEEEEC", | |
| "brightYellow": "#FCE94F", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#06989A", | |
| "foreground": "#EEEEEC", | |
| "green": "#4E9A06", | |
| "name": "Ubuntu", | |
| "purple": "#75507B", | |
| "red": "#CC0000", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#D3D7CF", | |
| "yellow": "#C4A000" | |
| }, | |
| { | |
| "background": "#1E1E1E", | |
| "black": "#000000", | |
| "blue": "#579BD5", | |
| "brightBlack": "#797979", | |
| "brightBlue": "#9BDBFE", | |
| "brightCyan": "#2BC4E2", | |
| "brightGreen": "#1AD69C", | |
| "brightPurple": "#DF89DD", | |
| "brightRed": "#F6645D", | |
| "brightWhite": "#EAEAEA", | |
| "brightYellow": "#F6F353", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#00B6D6", | |
| "foreground": "#D3D3D3", | |
| "green": "#3FC48A", | |
| "name": "VSCode", | |
| "purple": "#CA5BC8", | |
| "red": "#D8473F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#EAEAEA", | |
| "yellow": "#D7BA7D" | |
| } | |
| ], | |
| "tabSwitcherMode": "mru", | |
| "wordDelimiters": " ()\"',;<>~!@#$%^&*|+=[]{}~\u2502" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment