Skip to content

Instantly share code, notes, and snippets.

@paul-d-ray
Created February 6, 2026 22:55
Show Gist options
  • Select an option

  • Save paul-d-ray/899d2d18d4c6550ca55f8459a4b8ff59 to your computer and use it in GitHub Desktop.

Select an option

Save paul-d-ray/899d2d18d4c6550ca55f8459a4b8ff59 to your computer and use it in GitHub Desktop.
Windows Terminal
{
"$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":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878"
},
{
"command": "find",
"id": "User.find"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"firstWindowPreference": "persistedWindowLayout",
"initialCols": 102,
"initialRows": 36,
"keybindings":
[
{
"id": null,
"keys": "win+sc(41)"
},
{
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
},
{
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"id": "User.paste",
"keys": "ctrl+v"
},
{
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
},
{
"id": null,
"keys": "alt+enter"
}
],
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"colorScheme": "Dark+",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono"
},
"startingDirectory": "%TEMP%"
},
"list":
[
{
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"colorScheme": "Dark+",
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono"
},
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"font":
{
"face": "CaskaydiaCove Nerd Font Mono"
},
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"commandline": "ssh admin@192.168.1.1",
"guid": "{3808f650-8de2-5d07-9763-5009e2b904a3}",
"name": "Router ssh"
},
{
"colorScheme": "Dark+",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono",
"size": 11
},
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"elevate": true,
"font":
{
"face": "CaskaydiaCove Nerd Font Mono"
},
"guid": "{d7f6a9df-1640-4350-a74e-8e6dc300845c}",
"hidden": false,
"name": "Admin Command Prompt"
},
{
"altGrAliasing": true,
"antialiasingMode": "grayscale",
"bellSound":
[
"C:\\Program Files\\Tclock\\waves\\Alarm.wav"
],
"bellStyle":
[
"audible",
"window"
],
"closeOnExit": "automatic",
"colorScheme": "Dark+",
"commandline": "C:\\Users\\Paul_Ray\\AppData\\Local\\Programs\\nu\\bin\\nu.exe",
"cursorShape": "bar",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono,",
"size": 11
},
"guid": "{a188fb3d-7ef0-4be4-9599-d307ec0190ae}",
"hidden": false,
"historySize": 9001,
"icon": "C:\\Users\\Paul_Ray\\AppData\\Local\\Programs\\nu\\bin\\nu.exe",
"name": "Nushell",
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"suppressApplicationTitle": true,
"useAcrylic": false
},
{
"altGrAliasing": true,
"antialiasingMode": "grayscale",
"closeOnExit": "automatic",
"colorScheme": "Dark+",
"commandline": "D:\\work\\sqlite\\bin\\sqlite3.exe",
"cursorShape": "bar",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono",
"size": 11
},
"guid": "{d9ec047f-e320-4561-b3ed-656500e022a7}",
"hidden": false,
"historySize": 9001,
"icon": "D:\\work\\sqlite\\bin\\sqlite3.exe",
"name": "SQLite",
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"startingDirectory": "D:\\work\\sqlite\\data",
"suppressApplicationTitle": true,
"useAcrylic": false
},
{
"commandline": "C:\\Users\\Paul_Ray\\AppData\\Local\\Programs\\Python\\Python313\\python.exe",
"guid": "{fe053d00-e851-4498-a4b8-dfa94da7530f}",
"hidden": false,
"icon": "C:\\Users\\Paul_Ray\\AppData\\Local\\Programs\\Python\\Python312\\python.exe",
"name": "Python"
},
{
"colorScheme": "Dark+",
"commandline": "C:\\Users\\Paul_Ray\\AppData\\Local\\Programs\\Python\\Python313\\Scripts\\vd.exe",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono"
},
"guid": "{6a86aba7-a008-4916-893e-5dd80fdbab0b}",
"hidden": false,
"icon": "C:\\Users\\Paul_Ray\\AppData\\Local\\Programs\\Python\\Python312\\Scripts\\visidata.exe",
"name": "Visidata",
"startingDirectory": "d:\\work\\visidata"
}
]
},
"schemes": [],
"showTabsInTitlebar": false,
"tabSwitcherMode": "mru",
"themes": [],
"windowingBehavior": "useAnyExisting"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment