Skip to content

Instantly share code, notes, and snippets.

@aldoKelvianto
Last active December 19, 2016 15:55
Show Gist options
  • Save aldoKelvianto/67702847aa48933faffae315ec59675b to your computer and use it in GitHub Desktop.
Save aldoKelvianto/67702847aa48933faffae315ec59675b to your computer and use it in GitHub Desktop.
Visual Studio Keybindings - IntelliJ Flavor
[
{ "key": "cmd+shift+]", "command": "workbench.action.nextEditor" },
{ "key": "cmd+shift+[", "command": "workbench.action.previousEditor" }
]
// Default setting
{
"editor.cursorStyle": "block",
"java.home": "/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment