Last active
June 9, 2026 13:33
-
-
Save S-K-Sami/db186f2b8990040dea3288aaf5cd3abc to your computer and use it in GitHub Desktop.
Settings for Windows Terminal app
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-preview", | |
| "actions": | |
| [ | |
| { | |
| "command": "find", | |
| "id": "User.find" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| }, | |
| "id": "User.splitPane.A6751878" | |
| }, | |
| { | |
| "command": "paste", | |
| "id": "User.paste" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2" | |
| } | |
| ], | |
| "alwaysShowTabs": false, | |
| "copyFormatting": "none", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "initialCols": 120, | |
| "keybindings": | |
| [ | |
| { | |
| "id": "User.splitPane.A6751878", | |
| "keys": "alt+shift+d" | |
| }, | |
| { | |
| "id": "User.paste", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "id": "User.find", | |
| "keys": "ctrl+shift+f" | |
| }, | |
| { | |
| "id": "User.copy.644BA8F2", | |
| "keys": "ctrl+c" | |
| } | |
| ], | |
| "launchMode": "maximized", | |
| "newTabMenu": | |
| [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "closeOnExit": "graceful", | |
| "opacity": 60, | |
| "useAcrylic": true | |
| }, | |
| "list": | |
| [ | |
| { | |
| "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
| "font": | |
| { | |
| "size": 9 | |
| }, | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": false, | |
| "name": "Windows PowerShell", | |
| "opacity": 85, | |
| "useAcrylic": false | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\cmd.exe", | |
| "font": | |
| { | |
| "face": "Cascadia Code", | |
| "size": 9 | |
| }, | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "hidden": false, | |
| "name": "Command Prompt", | |
| "opacity": 60, | |
| "startingDirectory": "%D%", | |
| "useAcrylic": false | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": false, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| }, | |
| { | |
| "altGrAliasing": true, | |
| "antialiasingMode": "grayscale", | |
| "colorScheme": "Campbell", | |
| "commandline": "C:\\Program Files\\Git\\bin\\bash.exe", | |
| "cursorShape": "bar", | |
| "font": | |
| { | |
| "face": "Cascadia Code", | |
| "size": 9 | |
| }, | |
| "guid": "{f8703c33-4aa8-4219-8372-4bd07a2c0fa0}", | |
| "hidden": false, | |
| "historySize": 9001, | |
| "icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", | |
| "name": "Git Bash", | |
| "opacity": 60, | |
| "padding": "8, 8, 8, 8", | |
| "snapOnInput": true, | |
| "startingDirectory": "%D%", | |
| "useAcrylic": false | |
| } | |
| ] | |
| }, | |
| "schemes": [], | |
| "showTabsInTitlebar": true, | |
| "themes": [], | |
| "trimBlockSelection": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment