Last active
August 7, 2020 20:18
-
-
Save indrayam/da16c78905a7aef1f6f9d0dd8fa65bd8 to your computer and use it in GitHub Desktop.
Revisions
-
indrayam revised this gist
Aug 7, 2020 . 2 changed files with 21 additions and 43 deletions.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,21 @@ // Place your key bindings in this file to override the defaultsauto[] [ { "key": "ctrl+cmd+p", "command": "projectManager.listProjects" }, { "key": "alt+cmd+p", "command": "-projectManager.listProjects" }, { "key": "cmd+k cmd+o", "command": "extension.liveServer.goOnline", "when": "editorTextFocus" }, { "key": "cmd+l cmd+o", "command": "-extension.liveServer.goOnline", "when": "editorTextFocus" } ] 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 @@ -1,43 +0,0 @@ -
indrayam revised this gist
Oct 8, 2019 . 1 changed file with 8 additions and 0 deletions.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 @@ -31,5 +31,13 @@ { "key": "alt+cmd+p", "command": "-projectManager.listProjects" }, { "key": "ctrl+shift+r", "command": "code-runner.run" }, { "key": "ctrl+alt+n", "command": "-code-runner.run" } ] -
indrayam created this gist
Aug 16, 2019 .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,35 @@ // Place your key bindings in this file to overwrite the defaults [ { "key": "shift+cmd+v", "command": "-markdown-preview-enhanced.openPreview", "when": "editorLangId == 'markdown'" }, { "key": "cmd+k v", "command": "-markdown.showPreviewToSide", "when": "editorLangId == 'markdown'" }, { "key": "shift+cmd+v", "command": "-markdown.showPreview", "when": "editorLangId == 'markdown'" }, { "key": "cmd+k v", "command": "-markdown-preview-enhanced.openPreviewToTheSide", "when": "editorLangId == 'markdown'" }, { "key": "cmd+k v", "command": "markdown-preview-enhanced.openPreviewToTheSide" }, { "key": "ctrl+cmd+p", "command": "projectManager.listProjects" }, { "key": "alt+cmd+p", "command": "-projectManager.listProjects" } ]