Skip to content

Instantly share code, notes, and snippets.

@grsahil20
Created July 2, 2014 06:20
Show Gist options
  • Save grsahil20/a1d515485debc5b9c3e6 to your computer and use it in GitHub Desktop.
Save grsahil20/a1d515485debc5b9c3e6 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+p"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["f12"], "command": "reindent" , "args": { "single_line": false } },
{ "keys": ["ctrl+shift+."], "command": "erb" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment