Skip to content

Instantly share code, notes, and snippets.

@strayge
Created February 27, 2026 09:57
Show Gist options
  • Select an option

  • Save strayge/0daf9197e7b8a8f117efeddb38a931da to your computer and use it in GitHub Desktop.

Select an option

Save strayge/0daf9197e7b8a8f117efeddb38a931da to your computer and use it in GitHub Desktop.
windows terminal config

insert into actions in settings.json

for enter:

{ "command": {"action": "sendInput", "input": "\u001b[13;2u" }, "keys": "shift+enter" },
{ "command": {"action": "sendInput", "input": "\u001b[13;5u" }, "keys": "ctrl+enter" },
{ "command": {"action": "sendInput", "input": "\u001b[13;6u" }, "keys": "ctrl+shift+enter" },

for space:

{ "command": {"action": "sendInput", "input": "\u001b[32;2u" }, "keys": "shift+space" },
{ "command": {"action": "sendInput", "input": "\u001b[32;5u" }, "keys": "ctrl+space" },
{ "command": {"action": "sendInput", "input": "\u001b[32;6u" }, "keys": "ctrl+shift+space" },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment