Created
August 17, 2018 13:54
-
-
Save yoelnacho/cb58ab2456ffbfec1334a402b2beead5 to your computer and use it in GitHub Desktop.
Vscode Keybindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// 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