Initial commit
This commit is contained in:
17
keybindings.json
Normal file
17
keybindings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
// Reenable micro editor quit command
|
||||
"key": "ctrl+q",
|
||||
"command": "",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
// Move to parent directory in terminal
|
||||
"key": "alt+up",
|
||||
"command": "workbench.action.terminal.sendSequence",
|
||||
"args": {
|
||||
"text": "cd ..\u000D"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user