Skip to content

Instantly share code, notes, and snippets.

@ravishrivastava
Created April 17, 2018 03:46
Show Gist options
  • Select an option

  • Save ravishrivastava/a768d8c5a843b849a579dbee8fd7b5b8 to your computer and use it in GitHub Desktop.

Select an option

Save ravishrivastava/a768d8c5a843b849a579dbee8fd7b5b8 to your computer and use it in GitHub Desktop.

Revisions

  1. ravishrivastava created this gist Apr 17, 2018.
    8 changes: 8 additions & 0 deletions VS-Code
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    Go to file > preference > keyboard shortcut and add following for copy line up/dowm

    [
    { "key": "shift+alt+down", "command": "editor.action.copyLinesDownAction",
    "when": "editorTextFocus" },
    { "key": "shift+alt+up", "command": "editor.action.copyLinesUpAction",
    "when": "editorTextFocus" },
    ]