Skip to content

Instantly share code, notes, and snippets.

View ansgarschulte's full-sized avatar

Ansgar Schulte ansgarschulte

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ansgarschulte on github.
  • I am ansgarschulte (https://keybase.io/ansgarschulte) on keybase.
  • I have a public key whose fingerprint is 7342 6F71 D74F DA39 12B1 7939 9680 8338 3019 5309

To claim this, I am signing this object:

@ansgarschulte
ansgarschulte / Visual Studio Code eclipse Shortcuts Mac
Created November 30, 2015 09:21
Visual Studio Code eclipse Shortcuts Mac
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "cmd+shift+r", "command": "workbench.action.quickOpen" },
{ "key": "cmd+shift+f", "command": "editor.action.format", "when": "editorTextFocus" },
{ "key": "alt+cmd+down", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus" },
{ "key": "alt+cmd+up", "command": "editor.action.copyLinesUpAction", "when": "editorTextFocus" },
{ "key": "alt+down", "command": "editor.action.moveLinesDownAction", "when": "editorTextFocus" },
{ "key": "alt+up", "command": "editor.action.moveLinesUpAction", "when": "editorTextFocus" },
{ "key": "cmd+d", "command": "editor.action.deleteLines", "when": "editorTextFocus" },
{ "key": "alt+cmd+r", "command": "editor.action.rename", "when": "editorTextFocus" },