We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
You can remap the sinal sending key with `stty`
```
stty intr ^X # for ctl+c
stty lnext ^B # for ctl+v
```
Do you set in your .bashrc/.zshrc file? If you do that is there anywhere it doesn't work or any downsides? Or is it just strictly better?
to remap within vscode use **Terminal: Send Sequence** and `\u0003` (see https://www.reddit.com/r/vscode/comments/1qr8apv/comment/o9b3sl6/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button )