vscode-terminals
vscode-terminals copied to clipboard
Allow executing a terminal using a keyboard shortcut
Hello and thank you for your plugin.
Is it possible to set a keyboard shortcut to a given Run Single
command?
My usage of this plugin is like that:
- I have a set of terminals that are "persistent": I run them at startup using
"autorun": true,
and having"onlyMultiple": true
so that they don't appear when running a single command. - Then I have a bunch of terminal
"onlySingle": true
that I dispatch on the previous terminals using thetarget
option, - Now, it'll be very good if I can "launch" a given terminal (that is basically acting as a Task in my usage)
I am used to run my tasks with VSCode Tasks but your plugin make me integrate them in existing terminals which I like.
Currently, it's still efficient since I'm using Ctrl+Shift+T
and then I only have displayed my onlySingle
terminals.
Thank you very much.
Edit: Just discovered your Commands plugin (which I also open an issue (related to Remote Container). And it could be great if you can also add a shortcut feature to Commads when wanting to use with Terminals Manager.