Skip to content

Instantly share code, notes, and snippets.

@CN-CODEGOD
Created January 5, 2025 14:40
Show Gist options
  • Save CN-CODEGOD/392f6c97383d144877784a027f48d841 to your computer and use it in GitHub Desktop.
Save CN-CODEGOD/392f6c97383d144877784a027f48d841 to your computer and use it in GitHub Desktop.
how to open shell with wt keybinding
First :adding action blocks
{
"command":
{
"action":"openNewTabDropdown",
},
"id":"user.mynewtabdropdown"
}
second:adding keybinding blocks
{
"id":"user.mynewtabdropdown",
"keys":"alt+c"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment