Skip to content

Instantly share code, notes, and snippets.

@mucahit
Created August 24, 2015 07:54
Show Gist options
  • Save mucahit/33425aa10b4fdeadc0b0 to your computer and use it in GitHub Desktop.
Save mucahit/33425aa10b4fdeadc0b0 to your computer and use it in GitHub Desktop.
My sublime key bindings
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+shift+r"], "command": "reindent" },
{ "keys": ["alt+tab"], "command": "indent" },
{ "keys": ["shift+tab"], "command": "unindent" },
{ // TodoReview: Open Files
"keys": ["control+shift+t"],
"command": "todo_review",
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment