Initial commit, 90% there
This commit is contained in:
10
.config/Code/User/keybindings.json
Normal file
10
.config/Code/User/keybindings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"key": "shift+enter",
|
||||
"command": "workbench.action.terminal.sendSequence",
|
||||
"args": {
|
||||
"text": "\u001b\r"
|
||||
},
|
||||
"when": "terminalFocus"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user