Skip to content

Instantly share code, notes, and snippets.

@byrontuckett
Created May 6, 2020 03:04
Show Gist options
  • Select an option

  • Save byrontuckett/4b3210cec6376a91a065c33a63cca994 to your computer and use it in GitHub Desktop.

Select an option

Save byrontuckett/4b3210cec6376a91a065c33a63cca994 to your computer and use it in GitHub Desktop.
"keybindings": [
{
"command": "closeTab",
"keys": ["ctrl+w"]
},
{
"command": "newTab",
"keys": ["ctrl+t"]
},
{
"command": {
"action": "splitPane",
"split": "auto"
},
"keys": ["ctrl+|"]
},
{
"keys": ["ctrl+shift+d"],
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
}
}]
@byrontuckett
Copy link
Author

Key binding settings for some duplicate screen goodness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment