dotfiles/.config/Code/User/keybindings.json
Guilherme Rugai Freire 18d87bb9e7 add vscode config
2021-05-27 11:27:48 -03:00

11 lines
227 B
JSON

[
{
"key": "ctrl+'",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
}
]