Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5ce9a0

Browse files
authored
Create keybindings.json
1 parent 94056e1 commit c5ce9a0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.devcontainer/keybindings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"key": "ctrl+v",
4+
"command": "pasteAndIndent.action",
5+
"when": "editorTextFocus && !editorReadonly"
6+
},
7+
{
8+
"key": "ctrl+v",
9+
"command": "editor.action.clipboardPasteAction",
10+
"when": "!editorTextFocus"
11+
},
12+
{
13+
"key": "ctrl+shift+v",
14+
"command": "editor.action.clipboardPasteAction",
15+
"when": "editorTextFocus && !editorReadonly"
16+
}
17+
]

0 commit comments

Comments
 (0)