You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but this is **very experimental**. Some future development regarding this is planned, but at the moment only bash is tested.
122
+
but this is **experimental**. Some future development regarding this is planned, but at the moment only bash is tested.
122
123
123
124
When you are done you can close the terminal by closing the view (`ctrl`+`shift`+`q` or `ctrl`+`shift`+`w` as default) or exiting the shell (by e.g. hitting `ctrl`+`d`).
124
125
@@ -198,6 +199,27 @@ When you click on *Tools* -> *Build With...* in the menu, you may select the *My
198
199
199
200
This runs your program inside a TerminalView instead where you can interact with it.
200
201
202
+
## Integration with other plugins
203
+
TerminalView supports integration with other plugins through the **terminal\_view\_send\_string** and **terminal\_view\_exec** commands. The former can be used to send a string to a running terminal while the latter opens a new terminal. For example, to run 'ls' in a terminal that is already open run
0 commit comments