vscode-settings/profiles/main/data/keybindings-linux.json

11 lines
225 B
JSON

// Empty
[
{
"key": "ctrl+shift+enter",
"command": "workbench.action.terminal.runSelectedText"
},
{
"key": "shift+enter",
"command": "language-julia.executeJuliaCodeInREPL"
}
]