inject
signals input output view queries
linked signals resource, rxResource
inject
signals input output view queries
linked signals resource, rxResource
| #NoEnv | |
| SetTitleMatchMode, 2 | |
| ;direct window switch keys | |
| ;most common should be used here | |
| <^<!F4:: | |
| SwitchToWindowsTerminal() | |
| return | |
| <^<!F3:: |
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "splitPane", | |
| "split": "right", |
| { | |
| "zenMode.fullScreen": false, | |
| "zenMode.hideLineNumbers": false, | |
| "php.suggest.basic": false, | |
| "php.validate.executablePath": "C:\\wamp64\\bin\\php\\php7.3.5\\php.exe", | |
| "workbench.sideBar.location": "left", | |
| "colorHelper.disableGpu": 0, | |
| "explorer.confirmDelete": false, | |
| "editor.wordWrap": "on", |
In the meantime you can consider
| #NoEnv | |
| SetTitleMatchMode, 2 | |
| ;direct window switch keys | |
| ;most common should be used here | |
| Ins:: | |
| SwitchToWindowsTerminal() | |
| return |