Skip to content

Instantly share code, notes, and snippets.

@foone
Created April 30, 2020 06:33
Show Gist options
  • Save foone/e7eb2019ec662a28594ce9104f660cdf to your computer and use it in GitHub Desktop.
Save foone/e7eb2019ec662a28594ce9104f660cdf to your computer and use it in GitHub Desktop.
new-tab settings for Windows Terminal
{
"keybindings": [{
"command": "closeTab",
"keys": [
"ctrl+w"
]
},
{
"command": "newTab",
"keys": [
"ctrl+t"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment