Skip to content

Instantly share code, notes, and snippets.

@lindhe
Last active November 25, 2023 12:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindhe/0149d731a2204dab558d2260a921e3a7 to your computer and use it in GitHub Desktop.
Save lindhe/0149d731a2204dab558d2260a921e3a7 to your computer and use it in GitHub Desktop.
Windows Terminal configuration file
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "resizePane",
"direction": "left"
},
"keys": "alt+shift+left"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+enter"
},
{
"command":
{
"action": "splitPane",
"split": "left",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+left"
},
{
"command":
{
"action": "splitPane",
"split": "right",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+right"
},
{
"command":
{
"action": "splitPane",
"split": "up",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+up"
},
{
"command":
{
"action": "splitPane",
"split": "down",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+down"
},
{
"command":
{
"action": "resizePane",
"direction": "right"
},
"keys": "alt+shift+right"
},
{
"command": "duplicateTab",
"keys": "ctrl+shift+t"
},
{
"command":
{
"action": "nextTab"
},
"keys": "ctrl+pgdn"
},
{
"command":
{
"action": "prevTab"
},
"keys": "ctrl+pgup"
},
{
"command":
{
"action": "moveTab",
"direction": "forward"
},
"keys": "ctrl+shift+pgup"
},
{
"command":
{
"action": "moveTab",
"direction": "backward"
},
"keys": "ctrl+shift+pgdn"
},
{
"command": "unbound",
"keys": "ctrl+c"
},
{
"command": "unbound",
"keys": "ctrl+v"
},
],
"alwaysShowNotificationIcon": true,
"copyOnSelect": true,
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"focusFollowMouse": false,
"launchMode": "maximized",
"profiles":
{
"defaults":
{
"bellStyle": "none",
"font":
{
"face": "Fira Mono"
}
},
"list":
[
{
"closeOnExit": "always",
"cursorShape": "filledBox",
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Linux (Ubuntu)",
"source": "Windows.Terminal.Wsl"
},
{
"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": true,
"name": "Command Prompt"
}
]
},
"tabWidthMode": "equal",
"theme": "dark",
"useAcrylicInTabRow": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment