mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-11 04:49:38 +00:00
11 lines
227 B
JSON
11 lines
227 B
JSON
[
|
|
{
|
|
"key": "ctrl+'",
|
|
"command": "workbench.action.terminal.toggleTerminal"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+d",
|
|
"command": "editor.action.copyLinesDownAction",
|
|
"when": "editorTextFocus && !editorReadonly"
|
|
}
|
|
] |