Skip to content

Instantly share code, notes, and snippets.

@ChinaXing
Created November 28, 2013 13:57
Show Gist options
  • Save ChinaXing/7692247 to your computer and use it in GitHub Desktop.
Save ChinaXing/7692247 to your computer and use it in GitHub Desktop.
sublime text 2 indent key bindings

Perference -> Key bindings Users -> add the followings :

[
  { "keys": ["ctrl+alt+l"], "command": "reindent" , "args": { "single_line": false } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment