fixed alt+up terminalFocus
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
{
|
||||
// Move to parent directory in terminal
|
||||
"key": "alt+up",
|
||||
"command": "workbench.action.terminal.sendSequence",
|
||||
"args": {
|
||||
"text": "cd ..\u000D"
|
||||
}
|
||||
"command": "workbench.action.terminal.sendSequence",
|
||||
"args": {
|
||||
"text": "cd ..\u000D"
|
||||
},
|
||||
"when": "terminalFocus"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user