2025-11-24 23:11:46 +05:30
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
|
|
|
|
|
|
exports[`terminalSetup > configureVSCodeStyle > should create new keybindings file if none exists 1`] = `
|
|
|
|
|
[
|
2026-02-05 10:54:46 -08:00
|
|
|
{
|
|
|
|
|
"args": {
|
|
|
|
|
"text": "[122;4u",
|
|
|
|
|
},
|
|
|
|
|
"command": "workbench.action.terminal.sendSequence",
|
|
|
|
|
"key": "shift+alt+z",
|
|
|
|
|
"when": "terminalFocus",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"args": {
|
|
|
|
|
"text": "[122;10u",
|
|
|
|
|
},
|
|
|
|
|
"command": "workbench.action.terminal.sendSequence",
|
|
|
|
|
"key": "shift+cmd+z",
|
|
|
|
|
"when": "terminalFocus",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"args": {
|
|
|
|
|
"text": "[122;3u",
|
|
|
|
|
},
|
|
|
|
|
"command": "workbench.action.terminal.sendSequence",
|
|
|
|
|
"key": "alt+z",
|
|
|
|
|
"when": "terminalFocus",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"args": {
|
|
|
|
|
"text": "[122;9u",
|
|
|
|
|
},
|
|
|
|
|
"command": "workbench.action.terminal.sendSequence",
|
|
|
|
|
"key": "cmd+z",
|
|
|
|
|
"when": "terminalFocus",
|
|
|
|
|
},
|
2025-11-24 23:11:46 +05:30
|
|
|
{
|
|
|
|
|
"args": {
|
|
|
|
|
"text": "\\
|
|
|
|
|
",
|
|
|
|
|
},
|
|
|
|
|
"command": "workbench.action.terminal.sendSequence",
|
|
|
|
|
"key": "ctrl+enter",
|
|
|
|
|
"when": "terminalFocus",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"args": {
|
|
|
|
|
"text": "\\
|
|
|
|
|
",
|
|
|
|
|
},
|
|
|
|
|
"command": "workbench.action.terminal.sendSequence",
|
|
|
|
|
"key": "shift+enter",
|
|
|
|
|
"when": "terminalFocus",
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
`;
|