Skip to content

Instantly share code, notes, and snippets.

@wizcas
Created October 19, 2019 16:24
Show Gist options
  • Save wizcas/523f9f09610a260051d3d8ce39fb5565 to your computer and use it in GitHub Desktop.
Save wizcas/523f9f09610a260051d3d8ce39fb5565 to your computer and use it in GitHub Desktop.
My Windows Terminal Keybindings
{
"command" : "closeTab",
"keys" :
[
"ctrl+shift+w"
]
},
{
"command": "closePane",
"keys": [
"ctrl+w"
]
},
{
"command" : "splitHorizontal",
"keys": [
"ctrl+shift+-"
]
},
{
"command" : "splitVertical",
"keys": [
"ctrl+shift+|"
]
},
{
"command": "moveFocusDown",
"keys": [
"ctrl+alt+down"
]
},
{
"command": "moveFocusUp",
"keys": [
"ctrl+alt+up"
]
},
{
"command": "moveFocusLeft",
"keys": [
"ctrl+alt+left"
]
},
{
"command": "moveFocusRight",
"keys": [
"ctrl+alt+right"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment