Skip to content

Instantly share code, notes, and snippets.

@yoelnacho
Created August 17, 2018 13:54
Show Gist options
  • Save yoelnacho/cb58ab2456ffbfec1334a402b2beead5 to your computer and use it in GitHub Desktop.
Save yoelnacho/cb58ab2456ffbfec1334a402b2beead5 to your computer and use it in GitHub Desktop.
Vscode Keybindings
[
// duplicar línea abajo
{
"key": "shift+ctrl+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment