Advertisement
salmancreation

vs code

Jan 21st, 2020
895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [
  2. {
  3. "key": "ctrl+d",
  4. "command": "editor.action.copyLinesDownAction",
  5. "when": "editorTextFocus"
  6. },
  7. {
  8. "key": "ctrl+shift+up",
  9. "command": "editor.action.moveLinesUpAction",
  10. "when": "editorTextFocus"
  11. },
  12. {
  13. "key": "ctrl+shift+down",
  14. "command": "editor.action.moveLinesDownAction",
  15. "when": "editorTextFocus"
  16. }
  17. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement