Skip to content

Instantly share code, notes, and snippets.

@dundee
Created May 9, 2014 14:45
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 dundee/60aad1c04d234baa6c30 to your computer and use it in GitHub Desktop.
Save dundee/60aad1c04d234baa6c30 to your computer and use it in GitHub Desktop.
Sublime keys
[
{ "keys": ["ctrl+space"], "command": "goto_definition" },
{ "keys": ["f1"], "command": "goto_documentation" },
{ "keys": ["ctrl+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+shift+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["insert"], "command": "select_lines" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment