fixed alt+up terminalFocus

This commit is contained in:
2025-11-01 13:13:19 +00:00
parent 56dcd30ee1
commit 9b59aeec09

View File

@@ -9,9 +9,10 @@
{ {
// Move to parent directory in terminal // Move to parent directory in terminal
"key": "alt+up", "key": "alt+up",
"command": "workbench.action.terminal.sendSequence", "command": "workbench.action.terminal.sendSequence",
"args": { "args": {
"text": "cd ..\u000D" "text": "cd ..\u000D"
} },
"when": "terminalFocus"
} }
] ]