Last active
June 7, 2025 02:40
-
-
Save twinkfrag/14c2708b53a1645558dd598f62360393 to your computer and use it in GitHub Desktop.
locates in %LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState\settings.json
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": "splitPane", | |
| "split": "down", | |
| "splitMode": "duplicate" | |
| }, | |
| "id": "User.splitPane.10B260D2" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "right" | |
| }, | |
| "id": "User.splitPane.864CD510" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "up" | |
| }, | |
| "id": "User.splitPane.B39B174B" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "left" | |
| }, | |
| "id": "User.splitPane.21DBB4A1" | |
| }, | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "down" | |
| }, | |
| "id": "User.splitPane.D5151347" | |
| } | |
| ], | |
| "copyFormatting": "none", | |
| "copyOnSelect": false, | |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "keybindings": | |
| [ | |
| { | |
| "id": "User.splitPane.D5151347", | |
| "keys": "alt+shift+down" | |
| }, | |
| { | |
| "id": "Terminal.CopyToClipboard", | |
| "keys": "ctrl+c" | |
| }, | |
| { | |
| "id": "User.splitPane.B39B174B", | |
| "keys": "alt+shift+up" | |
| }, | |
| { | |
| "id": "Terminal.PasteFromClipboard", | |
| "keys": "ctrl+v" | |
| }, | |
| { | |
| "id": "Terminal.FindText", | |
| "keys": "ctrl+shift+f" | |
| }, | |
| { | |
| "id": "Terminal.DuplicatePaneAuto", | |
| "keys": "alt+shift+d" | |
| }, | |
| { | |
| "id": "User.splitPane.864CD510", | |
| "keys": "alt+shift+right" | |
| }, | |
| { | |
| "id": "User.splitPane.21DBB4A1", | |
| "keys": "alt+shift+left" | |
| }, | |
| { | |
| "id": null, | |
| "keys": "alt+shift+minus" | |
| }, | |
| { | |
| "id": null, | |
| "keys": "alt+shift+plus" | |
| } | |
| ], | |
| "newTabMenu": | |
| [ | |
| { | |
| "type": "remainingProfiles" | |
| } | |
| ], | |
| "profiles": | |
| { | |
| "defaults": | |
| { | |
| "bellStyle": | |
| [ | |
| "window", | |
| "taskbar" | |
| ], | |
| "font": | |
| { | |
| "face": "UDEV Gothic 35NF" | |
| }, | |
| "opacity": 75, | |
| "useAcrylic": true | |
| }, | |
| "list": | |
| [ | |
| { | |
| "colorScheme": "Campbell Powershell", | |
| "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
| "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "hidden": false, | |
| "name": "Windows PowerShell" | |
| }, | |
| { | |
| "commandline": "%SystemRoot%\\System32\\cmd.exe", | |
| "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
| "hidden": false, | |
| "name": "\u30b3\u30de\u30f3\u30c9 \u30d7\u30ed\u30f3\u30d7\u30c8" | |
| }, | |
| { | |
| "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
| "hidden": false, | |
| "name": "Azure Cloud Shell", | |
| "source": "Windows.Terminal.Azure" | |
| }, | |
| { | |
| "colorScheme": "Campbell Powershell", | |
| "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "hidden": false, | |
| "name": "PowerShell", | |
| "source": "Windows.Terminal.PowershellCore" | |
| } | |
| ] | |
| }, | |
| "schemes": [], | |
| "themes": [], | |
| "useAcrylicInTabRow": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment