Created
April 17, 2018 03:46
-
-
Save ravishrivastava/a768d8c5a843b849a579dbee8fd7b5b8 to your computer and use it in GitHub Desktop.
Revisions
-
ravishrivastava created this gist
Apr 17, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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" }, ]