feat: track VSCode settings and keybindings in dotfiles

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 11:20:20 +02:00
co-authored by Claude Sonnet 4.6
parent f6fcf9ff57
commit e3cc576d96
3 changed files with 101 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\u001b\r"
},
"when": "terminalFocus"
}
]