Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "key": "ctrl+d",
- "command": "editor.action.copyLinesDownAction",
- "when": "editorTextFocus"
- },
- {
- "key": "ctrl+shift+up",
- "command": "editor.action.moveLinesUpAction",
- "when": "editorTextFocus"
- },
- {
- "key": "ctrl+shift+down",
- "command": "editor.action.moveLinesDownAction",
- "when": "editorTextFocus"
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement