Skip to content

Instantly share code, notes, and snippets.

@ruandre
Last active February 7, 2022 16:10
Show Gist options
  • Save ruandre/cba157d3bd1f91f92f3e7d10485a8f89 to your computer and use it in GitHub Desktop.
Save ruandre/cba157d3bd1f91f92f3e7d10485a8f89 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
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
},
{
"command": {
"action": "splitPane",
"split": "vertical",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+right"
},
{
"command": {
"action": "splitPane",
"split": "horizontal",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+down"
}
],
"copyFormatting": "none",
"copyOnSelect": true,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"focusFollowMouse": true,
"profiles": {
"defaults": {
"backgroundImage": "desktopWallpaper",
"backgroundImageOpacity": 0.04,
"colorScheme": "nightfly",
"cursorColor": "#FF5874",
"cursorShape": "vintage",
"font": {
"face": "JetBrainsMono NF", // https://github.com/ryanoasis/nerd-fonts
"size": 12
},
"padding": "20,20,20,20",
"startingDirectory": "%USERPROFILE%",
"suppressApplicationTitle": true
},
"list": [
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore" // https://github.com/PowerShell/PowerShell
}
]
},
"schemes": [
{
"name": "nightfly", // https://github.com/bluz71/vim-nightfly-guicolors
"foreground": "#acb4c2",
"background": "#011627",
"black": "#1d3b53",
"red": "#fc514e",
"green": "#a1cd5e",
"yellow": "#e3d18a",
"blue": "#82aaff",
"purple": "#c792ea",
"cyan": "#7fdbca",
"white": "#a1aab8",
"brightBlack": "#7c8f8f",
"brightRed": "#ff5874",
"brightGreen": "#21c7a8",
"brightYellow": "#ecc48d",
"brightBlue": "#82aaff",
"brightPurple": "#ae81ff",
"brightCyan": "#7fdbca",
"brightWhite": "#d6deeb",
"selectionBackground": "#fc514e",
"cursorColor": "#fc514e"
}
],
"tabWidthMode": "titleLength",
"theme": "dark",
"trimBlockSelection": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment