Skip to content

Instantly share code, notes, and snippets.

@madevelopers
Last active December 27, 2015 12:59
Show Gist options
  • Save madevelopers/7330111 to your computer and use it in GitHub Desktop.
Save madevelopers/7330111 to your computer and use it in GitHub Desktop.
My sublime key bindings
[
{ "keys": ["ctrl+k", "ctrl+t"], "command": "title_case" },
{ "keys": ["alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment