Skip to content

Instantly share code, notes, and snippets.

@indrayam
Last active August 7, 2020 20:18
Show Gist options
  • Select an option

  • Save indrayam/da16c78905a7aef1f6f9d0dd8fa65bd8 to your computer and use it in GitHub Desktop.

Select an option

Save indrayam/da16c78905a7aef1f6f9d0dd8fa65bd8 to your computer and use it in GitHub Desktop.

Revisions

  1. indrayam revised this gist Aug 7, 2020. 2 changed files with 21 additions and 43 deletions.
    21 changes: 21 additions & 0 deletions keybindings.json
    Original 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"
    }
    ]
    43 changes: 0 additions & 43 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -1,43 +0,0 @@
    // 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"
    },
    {
    "key": "ctrl+shift+r",
    "command": "code-runner.run"
    },
    {
    "key": "ctrl+alt+n",
    "command": "-code-runner.run"
    }
    ]
  2. indrayam revised this gist Oct 8, 2019. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions vscode.json
    Original 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"
    }
    ]
  3. indrayam created this gist Aug 16, 2019.
    35 changes: 35 additions & 0 deletions vscode.json
    Original 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"
    }
    ]