Terminal InputA very simple VSCode extension for setting key bindings that send custom input to the active terminal. MotivationThe main shell I use is PowerShell. The default key binding in PowerShell to add a new line to the prompt without completing the command is shift + enter. In VSCode, this doesn't work and the shift modifier is lost. So the entire point of this extension is so that I can rebind shift + enter to some other input that the integrated terminal can accept, and then handle it within PSReadLine. Fixing shift+enter for PowerShell
|