diff --git a/keybindings_windows.json b/keybindings_windows.json index d86f943..10286b7 100644 --- a/keybindings_windows.json +++ b/keybindings_windows.json @@ -529,5 +529,13 @@ "text": "\u0001" }, "when": "terminalFocus" + }, + { + "key": "alt+r", + "command": "workbench.action.terminal.sendSequence", + "args": { + "text": "\u0012" + }, + "when": "terminalFocus" } ] \ No newline at end of file