Files
gemini-cli/packages/cli/src/ui/utils/__snapshots__/terminalSetup.test.ts.snap
T
Jacob Richman df3accf70b undo (#18147)
2026-02-05 18:54:46 +00:00

1.1 KiB

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
 
exports[`terminalSetup > configureVSCodeStyle > should create new keybindings file if none exists 1`] = `
[
{
"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",
},
{
"args": {
"text": "\\
",
},
"command": "workbench.action.terminal.sendSequence",
"key": "ctrl+enter",
"when": "terminalFocus",
},
{
"args": {
"text": "\\
",
},
"command": "workbench.action.terminal.sendSequence",
"key": "shift+enter",
"when": "terminalFocus",
},
]
`;