Skip to content

Instantly share code, notes, and snippets.

@Hona
Created December 16, 2025 00:40
Show Gist options
  • Select an option

  • Save Hona/7e4d5467b14a52fa428706b6dc7f0895 to your computer and use it in GitHub Desktop.

Select an option

Save Hona/7e4d5467b14a52fa428706b6dc7f0895 to your computer and use it in GitHub Desktop.
Windows Terminal | Shift+Enter for OpenCode
{
...,
"actions": [
{
"command": {
"action": "sendInput",
"input": "\u001b[13;2u"
},
"id": "User.sendInput.8882FD6D"
}
],
"keybindings": [
{
"keys": "shift+enter",
"id": "User.sendInput.8882FD6D"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment