Skip to content

Instantly share code, notes, and snippets.

@dillonhafer
dillonhafer / keybindings.json
Created December 29, 2022 16:09
terminal command keys
{
"key": "\\ t",
"command": "terminalCommandKeys.run",
"when": "editorTextFocus && vim.mode != 'Insert'",
"args": {
"cmd": "\u0015rails test ${file}",
"newTerminal": false,
"saveAllFiles": true,
"showTerminal": true,
"focus": true