Skip to content

Instantly share code, notes, and snippets.

@Yagasaki7K
Created February 1, 2023 14:17
Show Gist options
  • Save Yagasaki7K/78122b02b2b16e0e2d855198f83800ad to your computer and use it in GitHub Desktop.
Save Yagasaki7K/78122b02b2b16e0e2d855198f83800ad to your computer and use it in GitHub Desktop.
vscode-keybindings
// Place your key bindings in this file to override the defaultsauto[]
// C:\Users\Anderson Marlon\AppData\Roaming\Code\User
[
{
"key": "ctrl+shift+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment