Skip to content

Instantly share code, notes, and snippets.

@lelinhtinh
Forked from kendellfab/goto-sublime
Last active August 1, 2016 08:33
Show Gist options
  • Save lelinhtinh/ce44c0b4f53a47a8671f673c0e7cd1ff to your computer and use it in GitHub Desktop.
Save lelinhtinh/ce44c0b4f53a47a8671f673c0e7cd1ff to your computer and use it in GitHub Desktop.
Put in Packages\User
[
{
"button": "button1",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "goto_definition"
},
{
"button": "button2",
"count": 1,
"modifiers": ["ctrl"],
"command": "jump_back"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment