Skip to content

Instantly share code, notes, and snippets.

@asbubam
Created June 12, 2017 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asbubam/1f60055c6addf80eb01d45434bc1de15 to your computer and use it in GitHub Desktop.
Save asbubam/1f60055c6addf80eb01d45434bc1de15 to your computer and use it in GitHub Desktop.
sublime vi + webstorm shortcut
[
{ "keys": ["g", "t"], "command": "next_view",
"context":
[
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["g", "T"], "command": "prev_view",
"context":
[
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["super+b"], "command": "goto_definition" },
{ "keys": ["super+shift+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment