Skip to content

Instantly share code, notes, and snippets.

@cbolyard
Last active February 17, 2024 19:43
Show Gist options
  • Save cbolyard/b3bb528b7157b4600fbcb1efd213e1ae to your computer and use it in GitHub Desktop.
Save cbolyard/b3bb528b7157b4600fbcb1efd213e1ae to your computer and use it in GitHub Desktop.
duckdb_vscode_keybindings select + enter to terminal
{
"key": "shift+enter",
"command": "workbench.action.terminal.runSelectedText",
"when": "editorLangId == 'sql' && resourceExtname == '.sql' && resourceFilename =~ /.*duckdb\\.sql$/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment