Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created February 3, 2023 16:28
Show Gist options
  • Save dipeshhkc/7e348f675cb2ec6e0fd60fea7b1039a1 to your computer and use it in GitHub Desktop.
Save dipeshhkc/7e348f675cb2ec6e0fd60fea7b1039a1 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+d",
"command": "editor.action.duplicateSelection"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment