Last active
June 2, 2025 20:46
-
-
Save RafahCSilva/4dfe296abf84db3a721ecd338c1a729e to your computer and use it in GitHub Desktop.
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" | |
| }, | |
| { | |
| "command": "paste", | |
| "id": "User.paste" | |
| }, | |
| { | |
| "command": "find", | |
| "id": "User.find" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "id": "User.splitPane.A6751878" | |
| } | |
| ], | |
| "copyFormatting": "none", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "keybindings": | |
| [ | |
| { | |
| "id": "User.copy.644BA8F2", | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "id": "User.paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "id": "User.find", | |
| "keys": "ctrl+shift+f" | |
| }, | |
| { | |
| "id": "User.splitPane.A6751878", | |
| "keys": "alt+shift+d" | |
| } | |
| ], | |
| "newTabMenu": | |
| [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "adjustIndistinguishableColors": "always", | |
| "antialiasingMode": "cleartype", | |
| "font": | |
| { | |
| "face": "RobotoMono Nerd Font", | |
| "size": 12 | |
| }, | |
| "historySize": 10000, | |
| "padding": "10", | |
| "startingDirectory": "W:\\__WWW" | |
| }, | |
| "list": | |
| [ | |
| { | |
| "commandline": "C:\\Program Files\\Git\\bin\\bash.exe", | |
| "guid": "{addb5ae5-d413-48dd-9472-e594bc5d8ffb}", | |
| "hidden": false, | |
| "icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", | |
| "name": "BASH" | |
| }, | |
| { | |
| "commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": false, | |
| "name": "PowerShell 7" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\cmd.exe", | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "hidden": false, | |
| "name": "CMD" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": true, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| }, | |
| { | |
| "commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", | |
| "elevate": true, | |
| "guid": "{7fae56b5-cab6-4358-b341-b5bf110b8734}", | |
| "hidden": false, | |
| "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", | |
| "name": "<ADMIN> PowerShell 7" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\cmd.exe", | |
| "elevate": true, | |
| "guid": "{82552c22-1ade-4e6a-8686-c2a25e6f8023}", | |
| "hidden": false, | |
| "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png", | |
| "name": "<ADMIN> CMD" | |
| } | |
| ] | |
| }, | |
| "schemes": [], | |
| "theme": "dark", | |
| "themes": [], | |
| "wordDelimiters": " /\\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?\u2502_" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment