Skip to content

Instantly share code, notes, and snippets.

@tiesmaster
Created December 11, 2023 18:04
Show Gist options
  • Save tiesmaster/c572a010b81c936d0ac9b065e7aca622 to your computer and use it in GitHub Desktop.
Save tiesmaster/c572a010b81c936d0ac9b065e7aca622 to your computer and use it in GitHub Desktop.
WT: keyboard shortcuts [F1 - F5]
{
"command":
{
"action": "commandPalette"
},
"keys": "f1"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "f2"
},
{
"command": "paste",
"keys": "f3"
},
{
"command":
{
"action": "newTab"
},
"keys": "f4"
},
{
"command": "openTabRenamer",
"keys": "f5"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment