Skip to content

Instantly share code, notes, and snippets.

@matsuu
Last active January 6, 2021 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/ab91b407f37386e27e76489de7e53ccb to your computer and use it in GitHub Desktop.
Save matsuu/ab91b407f37386e27e76489de7e53ccb to your computer and use it in GitHub Desktop.
Windows Terminal Settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{...}",
"profiles":
{
"defaults":
{
"colorScheme": "Tango Dark",
"cursorShape": "emptyBox",
"fontFace": "HackGenNerd Console",
"fontSize": 12,
"padding": "0"
},
"list":
[
]
},
"schemes": [],
"keybindings": [
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment