Skip to content

Instantly share code, notes, and snippets.

@elmendalerenda
Created August 28, 2012 08:55
Show Gist options
  • Save elmendalerenda/3496346 to your computer and use it in GitHub Desktop.
Save elmendalerenda/3496346 to your computer and use it in GitHub Desktop.
sublime keybinding
[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+e"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+shift+p"], "command": "toggle_side_bar" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment