Skip to content

Instantly share code, notes, and snippets.

@shinriyo
Last active June 25, 2016 06:56
Show Gist options
  • Select an option

  • Save shinriyo/261f0463a8b2e3879c3f90cd038ba26c to your computer and use it in GitHub Desktop.

Select an option

Save shinriyo/261f0463a8b2e3879c3f90cd038ba26c to your computer and use it in GitHub Desktop.

Revisions

  1. shinriyo revised this gist Jun 25, 2016. No changes.
  2. shinriyo created this gist Jun 25, 2016.
    18 changes: 18 additions & 0 deletions keybinding.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    // Place your key bindings in this file to overwrite the defaults
    [{
    "key": "shift+alt+l",
    "command": "editor.action.format"
    },{
    "key": "shift+cmd+r",
    "command": "editor.action.referenceSearch.trigger",
    "when": "editorTextFocus"
    },{
    "key": "cmd+d",
    "command": "editor.action.goToDeclaration",
    "when": "editorTextFocus"
    }
    ,{
    "key": "cmd+r",
    "command": "editor.action.rename",
    "when": "editorTextFocus"
    }]