Skip to content

Instantly share code, notes, and snippets.

@udaykadaboina
Created November 10, 2017 17:16
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 udaykadaboina/5f10be6ff315c8a48a1f8e11f8d655e5 to your computer and use it in GitHub Desktop.
Save udaykadaboina/5f10be6ff315c8a48a1f8e11f8d655e5 to your computer and use it in GitHub Desktop.
Keybindings for Sublime Text
[
{ "keys": ["alt+g"], "command": "goto_definition" },
// Refresh folder list with F5
{ "keys": ["alt+f"], "command": "refresh_folder_list" },
{ "keys": ["alt+d"], "command": "run_macro_file", "args": {"file": "Packages/User/rspec-describe.sublime-macro"} },
{ "keys": ["alt+l"], "command": "run_macro_file", "args": {"file": "Packages/User/rspec-let.sublime-macro"} },
{ "keys": ["alt+i"], "command": "run_macro_file", "args": {"file": "Packages/User/rspec-it.sublime-macro"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment