Last active
February 24, 2025 11:58
-
-
Save uladz-zubrycki/15a5db5a532bacfc95b54bb1a5801f01 to your computer and use it in GitHub Desktop.
Windows terminal settings
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": { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2", | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "command": "paste", | |
| "id": "User.paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "command": { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "id": "User.splitPane.A6751878", | |
| "keys": "alt+shift+d" | |
| }, | |
| { | |
| "command": "find", | |
| "id": "User.find", | |
| "keys": "ctrl+shift+f" | |
| } | |
| ], | |
| "copyFormatting": "none", | |
| "copyOnSelect": true, | |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "newTabMenu": [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": { | |
| "defaults": { | |
| "colorScheme": "Solarized Light Custom", | |
| "font": { | |
| "face": "Consolas Nerd Font Mono", | |
| "size": 11 | |
| } | |
| }, | |
| "list": [ | |
| { | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "hidden": false, | |
| "name": "PS", | |
| "source": "Windows.Terminal.PowershellCore", | |
| "startingDirectory": "E:\\" | |
| }, | |
| { | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "hidden": false, | |
| "name": "Cmd" | |
| }, | |
| { | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": true | |
| }, | |
| { | |
| "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
| "hidden": false, | |
| "icon": "D:/onedrive/dev/ubuntu_32px.png", | |
| "name": "Wsl", | |
| "source": "Windows.Terminal.Wsl", | |
| "suppressApplicationTitle": true, | |
| "tabTitle": "Ubuntu" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": true, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| } | |
| ] | |
| }, | |
| "schemes": [ | |
| { | |
| "name": "Solarized Light Custom", | |
| "background": "#F7F7F7", | |
| "foreground": "#000000", | |
| "cursorColor": "#002B36", | |
| "selectionBackground": "#FFBC5D", | |
| "black": "#000000", | |
| "red": "#DC322F", | |
| "green": "#448C27", | |
| "yellow": "#b68500", | |
| "blue": "#268BD2", | |
| "purple": "#D33682", | |
| "cyan": "#2AA198", | |
| "white": "#EEE8D5", | |
| "brightBlack": "#000000", | |
| "brightRed": "#CB4B16", | |
| "brightGreen": "#448C27", | |
| "brightYellow": "#7A3E9D", | |
| "brightBlue": "#2b5558", | |
| "brightPurple": "#7A3E9D", | |
| "brightCyan": "#000000", | |
| "brightWhite": "#FDF6E3" | |
| } | |
| ], | |
| "themes": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment