Created
January 5, 2025 14:40
-
-
Save CN-CODEGOD/392f6c97383d144877784a027f48d841 to your computer and use it in GitHub Desktop.
how to open shell with wt keybinding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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