Last active
April 15, 2025 02:54
-
-
Save hiepxanh/b693c7daeafeb369349cbfb693c41989 to your computer and use it in GitHub Desktop.
keybindings.json: Terminal: Run Selected Text in Active Terminal
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
[ | |
{ | |
"key": "ctrl+shift+space", | |
"command": "workbench.action.terminal.runSelectedText" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment