Skip to content

Instantly share code, notes, and snippets.

@Menencia
Created November 24, 2012 17:16
Show Gist options
  • Save Menencia/4140580 to your computer and use it in GitHub Desktop.
Save Menencia/4140580 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["super+p"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["super+shift+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+k"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["ctrl+shift+c"], "command": "show_original_part" },
{ "keys": ["ctrl+shift+r"], "command": "replace_modified_part" },
{ "keys": ["ctrl+shift+d"], "command": "show_diff" },
{ "keys": ["ctrl+shift+u"], "command": "uncommitted_files" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment